public static class IUpdatableModule.AddReads extends java.lang.Object implements java.util.function.Consumer<IUpdatableModule>
| Constructor and Description |
|---|
AddReads(char[] target) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IUpdatableModule t) |
boolean |
equals(java.lang.Object other) |
IUpdatableModule.UpdateKind |
getKind() |
char[] |
getTarget() |
int |
hashCode() |
public void accept(IUpdatableModule t)
accept in interface java.util.function.Consumer<IUpdatableModule>public char[] getTarget()
public IUpdatableModule.UpdateKind getKind()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object