Class NonBlockingHashMapLong.SnapshotV

  • All Implemented Interfaces:
    java.util.Enumeration<TypeV>, java.util.Iterator<TypeV>
    Enclosing class:
    NonBlockingHashMapLong<TypeV>

    private class NonBlockingHashMapLong.SnapshotV
    extends java.lang.Object
    implements java.util.Iterator<TypeV>, java.util.Enumeration<TypeV>
    • Constructor Detail

      • SnapshotV

        public SnapshotV()
    • Method Detail

      • length

        int length()
      • key

        long key​(int idx)
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<TypeV>
      • next

        public TypeV next()
        Specified by:
        next in interface java.util.Iterator<TypeV>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<TypeV>
      • nextElement

        public TypeV nextElement()
        Specified by:
        nextElement in interface java.util.Enumeration<TypeV>
      • hasMoreElements

        public boolean hasMoreElements()
        Specified by:
        hasMoreElements in interface java.util.Enumeration<TypeV>