Type Parameters:
K - the type of keys maintained by this map
V - the type of mapped values
All Superinterfaces:
Map<K,V>, SequencedMap<K,V>
All Known Subinterfaces:
ConcurrentNavigableMap<K,V>, NavigableMap<K,V>
All Known Implementing Classes:
ConcurrentSkipListMap, TreeMap

  • Method Details

    • comparator

    • subMap

    • headMap

    • tailMap

    • firstKey

    • lastKey

    • keySet

    • values

    • entrySet

    • putFirst

    • putLast

    • reversed