hunt.collection.AbstractMap

Undocumented in source.

Members

Classes

AbstractMap
class AbstractMap(K, V)
EmptyMap
class EmptyMap(K, V)
SimpleImmutableEntry
class SimpleImmutableEntry(K, V)

An Entry maintaining an immutable key and value. This class does not support method <tt>setValue</tt>. This class may be convenient in methods that return thread-safe snapshots of key-value mappings.

Meta