Class Mappings.PartialMapping.MappingItr

  • All Implemented Interfaces:
    java.util.Iterator<IntPair>
    Enclosing class:
    Mappings.PartialMapping

    private class Mappings.PartialMapping.MappingItr
    extends java.lang.Object
    implements java.util.Iterator<IntPair>
    Mapping iterator.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int i  
    • Constructor Summary

      Constructors 
      Constructor Description
      MappingItr()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void advance()  
      boolean hasNext()  
      IntPair next()  
      void remove()  
      • 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
    • Field Detail

      • i

        int i
    • Constructor Detail

      • MappingItr

        MappingItr()
    • Method Detail

      • hasNext

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

        private void advance()
      • next

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

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