protected class IndexMultiTable.Entry
extends java.lang.Object
implements java.util.Map.Entry<Key,Type>
Modifier and Type | Field and Description |
---|---|
(package private) Key |
key |
(package private) Type |
value |
Modifier and Type | Method and Description |
---|---|
Key |
getKey() |
Type |
getValue() |
Type |
setValue(Type value) |
java.lang.String |
toString() |