public abstract class AbstractValuePair<I,V> extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<I,V> |
idToValue |
protected Iterator<I> |
iterator |
protected String |
value |
protected List<V> |
valueList |
protected Map<V,I> |
valueToId |
Constructor and Description |
---|
AbstractValuePair() |
Modifier and Type | Method and Description |
---|---|
List<V> |
getAlphabeticalValueList()
Get list in alphabetical order
|
Map<I,V> |
getIdToValueMap() |
int |
getSize() |
Map<V,I> |
getValueToIdMap() |
protected String value
Copyright © 2005–2020 jthink.net. All rights reserved.