Class TreeMap
java.lang.Object
java.util.AbstractMap
java.util.TreeMap
- All Implemented Interfaces:
Serializable, Cloneable, Map, SortedMap
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMap
equals, hashCode, isEmpty, toString
-
Constructor Details
-
TreeMap
public TreeMap() -
TreeMap
-
TreeMap
-
TreeMap
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceMap- Overrides:
clearin classAbstractMap
-
clone
-
comparator
- Specified by:
comparatorin interfaceSortedMap
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classAbstractMap
-
containsValue
- Specified by:
containsValuein interfaceMap- Overrides:
containsValuein classAbstractMap
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-
firstKey
-
get
-
headMap
-
keySet
- Specified by:
keySetin interfaceMap- Overrides:
keySetin classAbstractMap
-
lastKey
-
put
-
putAll
- Specified by:
putAllin interfaceMap- Overrides:
putAllin classAbstractMap
-
remove
-
size
public int size()- Specified by:
sizein interfaceMap- Overrides:
sizein classAbstractMap
-
subMap
-
tailMap
-
values
- Specified by:
valuesin interfaceMap- Overrides:
valuesin classAbstractMap
-