|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--com.compoze.util.ValueSortedMap
This class represents a key-value map. The entries are sorted by the value, ascending order.
Note: the values must be java.lang.String
objects.
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
ValueSortedMap()
Constructor. |
Method Summary | |
java.util.Set |
entrySet()
|
java.util.Set |
keySet()
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, get, isEmpty, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Constructor Detail |
public ValueSortedMap()
Method Detail |
public java.util.Set keySet()
keySet
in class java.util.HashMap
public java.util.Set entrySet()
entrySet
in class java.util.HashMap
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |