Class EnumerateIterator.Tuple

  • Enclosing class:
    EnumerateIterator

    public static final class EnumerateIterator.Tuple
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int index  
      java.lang.Object value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple​(int index_, java.lang.Object value_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        public final int index
      • value

        public final java.lang.Object value
    • Constructor Detail

      • Tuple

        public Tuple​(int index_,
                     java.lang.Object value_)