Class NonBlockingHashMap.SnapshotV

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

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

    • _sskvs

      final Object[] _sskvs
    • _idx

      private int _idx
    • _nextK

      private Object _nextK
    • _prevK

      private Object _prevK
    • _nextV

      private TypeV _nextV
    • _prevV

      private TypeV _prevV
  • Constructor Details

    • SnapshotV

      public SnapshotV()
  • Method Details