- java.lang.Object
-
- org.jboss.netty.handler.codec.serialization.WeakReferenceMap<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interface Map<K,V>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<K,V>
-
get
public V get(Object key)
- Specified by:
get
in interface Map<K,V>
-
clear
public void clear()
- Specified by:
clear
in interface Map<K,V>
-
keySet
public Set<K> keySet()
- Specified by:
keySet
in interface Map<K,V>
Copyright © 2008-2014 The Netty Project. All Rights Reserved.