an iterator for the entry set
an entry with the least key greater than or equal to key, or null if there is no such key
the least key greater than or equal to key, or null if there is no such key
true if this map contains a mapping for the specified key.
an entry with the greatest key, or null if this map is empty
an entry with the least key, or null if this map is empty
the first (lowest) key currently in this map, returns null if the Map is empty
an entry with the greatest key less than or equal to key, or null if there is no such key
the greatest key less than or equal to key, or null if there is no such key
the value to which the specified key is mapped, or null if this map contains no mapping for the key
an entry with the least key greater than key, or null if there is no such key
the least key greater than key, or null if there is no such key
true if this map contains no key-value mappings
an entry with the greatest key, or null if this map is empty
an entry with the greatest key, or null if this map is empty
the last (highest) key currently in this map, returns null if the Map is empty
an entry with the highest key lower than key, or null if there is no such key
the highest key lower than key, or null if there is no such key
the previous value associated with key, or null if there was no mapping for key. (A null return can also indicate that the map previously associated null with key.)
the previous value associated with key, or null if there was no mapping for key. (A null return can also indicate that the map previously associated null with key.)
the number of key-value mappings in this map
Generated using TypeDoc