K
- the type of keys maintained by this map
V
- the type of mapped values
Map<K,V>
, SequencedMap<K,V>
, SortedMap<K,V>
ConcurrentNavigableMap<K,V>
ConcurrentSkipListMap
, TreeMap
Map.Entry<K,V>
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null
if there is no such key.
Returns the least key greater than or equal to the given key, or null
if there is no such key.
Returns a reverse order
NavigableSet
view of the keys contained in this map.
Returns a reverse order view of the mappings contained in this map.
Returns a key-value mapping associated with the least key in this map, or null
if the map is empty.
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null
if there is no such key.
Returns the greatest key less than or equal to the given key, or null
if there is no such key.
Returns a view of the portion of this map whose keys are strictly less than toKey
.
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive
is true) toKey
.
Returns a key-value mapping associated with the least key strictly greater than the given key, or null
if there is no such key.
Returns the least key strictly greater than the given key, or null
if there is no such key.
Returns a key-value mapping associated with the greatest key in this map, or null
if the map is empty.
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null
if there is no such key.
Returns the greatest key strictly less than the given key, or null
if there is no such key.
Returns a
NavigableSet
view of the keys contained in this map.
Removes and returns a key-value mapping associated with the least key in this map, or null
if the map is empty (optional operation).
Removes and returns a key-value mapping associated with the greatest key in this map, or null
if the map is empty (optional operation).
Returns a reverse-ordered
viewof this map.
subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
Returns a view of the portion of this map whose keys range from fromKey
to toKey
.
Returns a view of the portion of this map whose keys range from fromKey
, inclusive, to toKey
, exclusive.
Returns a view of the portion of this map whose keys are greater than or equal to fromKey
.
Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive
is true) fromKey
.
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4