Uses of Class
org.jboss.util.collection.ConcurrentSkipListMap.SnapshotEntry
-
Packages that use ConcurrentSkipListMap.SnapshotEntry Package Description org.jboss.util.collection Extentions to the Java Collections framework. -
-
Uses of ConcurrentSkipListMap.SnapshotEntry in org.jboss.util.collection
Methods in org.jboss.util.collection that return ConcurrentSkipListMap.SnapshotEntry Modifier and Type Method Description (package private) ConcurrentSkipListMap.SnapshotEntry<K,V>
ConcurrentSkipListMap.Node. createSnapshot()
Create and return a new SnapshotEntry holding current mapping if this node holds a valid value, else null(package private) ConcurrentSkipListMap.SnapshotEntry<K,V>
ConcurrentSkipListMap. getNear(K kkey, int rel)
Return SnapshotEntry for results of findNear.
-