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, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public PresortedMap()
public PresortedMap(Comparator comparator)
public Comparator comparator()
comparator
in interface SortedMap
public Set entrySet()
public Set keySet()
public Collection values()
public boolean containsKey(Object key)
containsKey
in interface Map
public boolean containsValue(Object value)
containsValue
in interface Map
Copyright © 2004–2016 XStream. All rights reserved.