|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrderedMap<K,V>
An interface the supports a Map whose values are kept in increasing order. Values stored within an OrderedMap should implement Comparable; ie. they should have an implemented compareTo method.
Table
,
Comparable
,
Comparable.compareTo(T)
Method Summary |
---|
Methods inherited from interface structure.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |