| Constructor and Description |
|---|
PresortedMap() |
PresortedMap(Comparator comparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Comparator |
comparator() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
firstKey() |
Object |
get(Object key) |
SortedMap |
headMap(Object toKey) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
lastKey() |
Object |
put(Object key,
Object value) |
void |
putAll(Map m) |
Object |
remove(Object key) |
int |
size() |
SortedMap |
subMap(Object fromKey,
Object toKey) |
SortedMap |
tailMap(Object fromKey) |
Collection |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic PresortedMap()
public PresortedMap(Comparator comparator)
public Comparator comparator()
comparator in interface SortedMappublic Set entrySet()
public Set keySet()
public Collection values()
public boolean containsKey(Object key)
containsKey in interface Mappublic boolean containsValue(Object value)
containsValue in interface MapCopyright © 2015. All rights reserved.