Class NonBlockingHashMapLong.SnapshotV

java.lang.Object
org.jctools.maps.NonBlockingHashMapLong.SnapshotV
All Implemented Interfaces:
Enumeration<TypeV>, Iterator<TypeV>
Enclosing class:
NonBlockingHashMapLong<TypeV>

private class NonBlockingHashMapLong.SnapshotV extends Object implements Iterator<TypeV>, Enumeration<TypeV>
  • Field Details

    • _sschm

    • _idx

      private int _idx
    • _nextK

      private long _nextK
    • _prevK

      private long _prevK
    • _nextV

      private TypeV _nextV
    • _prevV

      private TypeV _prevV
  • Constructor Details

    • SnapshotV

      public SnapshotV()
  • Method Details