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