public
classAbstractMap.SimpleImmutableEntry<K, V>
implements
Serializable,
Map.Entry<K, V>
Overview
Inheritance
Members
Usage
Source
Books
Since1.6
VersionNot specified.
Author(s)Not specified.
An Entry maintaining an immutable key and value. This class
does not support method setValue. This class may be
convenient in methods that return thread-safe snapshots of
key-value mappings.