| Package | Description |
|---|---|
| org.jboss.util.collection |
Extentions to the Java Collections framework.
|
| Modifier and Type | Method and 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.
|