hunt.collection.TreeMap

Undocumented in source.

Members

Classes

AscendingSubMap
class AscendingSubMap(K, V)

@serial include

DescendingSubMap
class DescendingSubMap(K, V)

@serial include

NavigableSubMap
class NavigableSubMap(K, V)

@serial include

TreeMap
class TreeMap(K, V)

A Red-Black tree based {@link NavigableMap} implementation. The map is sorted according to the {@linkplain Comparable natural ordering} of its keys, or by a {@link Comparator} provided at map creation time, depending on which constructor is used.

TreeMapEntry
class TreeMapEntry(K, V)

Node in the Tree. Doubles as a means to pass key-value pairs back to user (see MapEntry).

Meta