public static class Immutable.Map<K,V> extends AbstractMap<K,V>
Immutable.Map
to provide read-only access to its elements.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Immutable.Map()
Default constructor (empty map)
|
Immutable.Map(Map<K,V> backingMap)
Use this constructor to provide a pre-populated map that will be
made read-only via this wrapper class
|
Copyright © 2003-2008 Jive Software.