Uses of Class
org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.SimpleEntry
-
Packages that use ConcurrentIdentityWeakKeyHashMap.SimpleEntry Package Description org.jboss.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of ConcurrentIdentityWeakKeyHashMap.SimpleEntry in org.jboss.netty.util.internal
Subclasses of ConcurrentIdentityWeakKeyHashMap.SimpleEntry in org.jboss.netty.util.internal Modifier and Type Class Description (package private) class
ConcurrentIdentityWeakKeyHashMap.WriteThroughEntry
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.
-