Class EmbeddedSlotMap.Iter

  • All Implemented Interfaces:
    java.util.Iterator<Slot>
    Enclosing class:
    EmbeddedSlotMap

    private static final class EmbeddedSlotMap.Iter
    extends java.lang.Object
    implements java.util.Iterator<Slot>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Slot next  
    • Constructor Summary

      Constructors 
      Constructor Description
      Iter​(Slot slot)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      Slot next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Field Detail

      • next

        private Slot next
    • Constructor Detail

      • Iter

        Iter​(Slot slot)
    • Method Detail

      • hasNext

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

        public Slot next()
        Specified by:
        next in interface java.util.Iterator<Slot>