private static class MemoryHistory.EntryImpl extends java.lang.Object implements History.Entry
Modifier and Type | Field and Description |
---|---|
private int |
index |
private java.lang.CharSequence |
value |
Constructor and Description |
---|
EntryImpl(int index,
java.lang.CharSequence value) |
Modifier and Type | Method and Description |
---|---|
int |
index() |
java.lang.String |
toString() |
java.lang.CharSequence |
value() |
public int index()
index
in interface History.Entry
public java.lang.CharSequence value()
value
in interface History.Entry
public java.lang.String toString()
toString
in class java.lang.Object