|
aa
|
Public Member Functions | |
| SnapshotE () | |
| boolean | hasNext () |
| Map.Entry< Long, TypeV > | next () |
| void | remove () |
Package Attributes | |
| final SnapshotV | _ss |
Definition at line 1200 of file NonBlockingHashMapLong.java.
| com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE.SnapshotE | ( | ) |
Definition at line 1202 of file NonBlockingHashMapLong.java.
References com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE._ss.
| boolean com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE.hasNext | ( | ) |
Definition at line 1210 of file NonBlockingHashMapLong.java.
References com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE._ss, and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotV.hasNext().
| Map.Entry<Long,TypeV> com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE.next | ( | ) |
Definition at line 1209 of file NonBlockingHashMapLong.java.
References com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotV._prevK, com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotV._prevV, com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE._ss, and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotV.next().
| void com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE.remove | ( | ) |
Definition at line 1203 of file NonBlockingHashMapLong.java.
References com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE._ss, and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotV.removeKey().
|
package |
Definition at line 1201 of file NonBlockingHashMapLong.java.
Referenced by com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE.hasNext(), com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE.next(), com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE.remove(), and com.cliffc.aa.util.NonBlockingHashMapLong< TypeV >.SnapshotE.SnapshotE().