© 1998-2002 McGraw-Hill

structure
Interface OrderedMap

All Superinterfaces:
Map
All Known Implementing Classes:
Table

public interface OrderedMap
extends Map

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.

See Also:
Table, Comparable, Comparable.compareTo(java.lang.Object)

Methods inherited from interface structure.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 


© 1998-2002 McGraw-Hill