Class NonBlockingIdentityHashMap.SnapshotK

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

    private class NonBlockingIdentityHashMap.SnapshotK
    extends java.lang.Object
    implements java.util.Iterator<TypeK>, java.util.Enumeration<TypeK>
    • Constructor Detail

      • SnapshotK

        public SnapshotK()
    • Method Detail

      • remove

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

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

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

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

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