org.cometd.util
Class ImmutableHashMap.Mutable

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by org.cometd.util.ImmutableHashMap.Mutable
All Implemented Interfaces:
java.util.Map<K,V>
Enclosing class:
ImmutableHashMap<K,V>

public class ImmutableHashMap.Mutable
extends java.util.AbstractMap<K,V>
implements java.util.Map<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
ImmutableHashMap.Mutable()
           
 
Method Summary
 ImmutableHashMap<K,V> asImmutable()
           
 void clear()
           
 boolean containsKey(java.lang.Object key)
           
 java.util.Set<java.util.Map.Entry<K,V>> entrySet()
           
 V get(java.lang.Object key)
           
 java.util.Map.Entry<K,V> getEntry(K key)
          Get an entry reference.
 V put(K key, V value)
           
 V remove(java.lang.Object key)
           
 int size()
           
 
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsValue, equals, hashCode, isEmpty, keySet, putAll, values
 

Constructor Detail

ImmutableHashMap.Mutable

public ImmutableHashMap.Mutable()
Method Detail

asImmutable

public ImmutableHashMap<K,V> asImmutable()

entrySet

public java.util.Set<java.util.Map.Entry<K,V>> entrySet()
Specified by:
entrySet in interface java.util.Map<K,V>
Specified by:
entrySet in class java.util.AbstractMap<K,V>

containsKey

public boolean containsKey(java.lang.Object key)
Specified by:
containsKey in interface java.util.Map<K,V>
Overrides:
containsKey in class java.util.AbstractMap<K,V>

get

public V get(java.lang.Object key)
Specified by:
get in interface java.util.Map<K,V>
Overrides:
get in class java.util.AbstractMap<K,V>

getEntry

public java.util.Map.Entry<K,V> getEntry(K key)
Get an entry reference. The first [nominalSize] entries added are guarenteed never to be deleted from the map, so the references may be used as repeated quick lookups of the same key.

Parameters:
key -
Returns:

put

public V put(K key,
             V value)
Specified by:
put in interface java.util.Map<K,V>
Overrides:
put in class java.util.AbstractMap<K,V>

clear

public void clear()
Specified by:
clear in interface java.util.Map<K,V>
Overrides:
clear in class java.util.AbstractMap<K,V>

remove

public V remove(java.lang.Object key)
Specified by:
remove in interface java.util.Map<K,V>
Overrides:
remove in class java.util.AbstractMap<K,V>

size

public int size()
Specified by:
size in interface java.util.Map<K,V>
Overrides:
size in class java.util.AbstractMap<K,V>


Copyright © 2010 Dojo Foundation. All Rights Reserved.