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