Class ValueIterator.Element

  • Enclosing interface:
    ValueIterator

    public static final class ValueIterator.Element
    extends java.lang.Object

    The return result container of each iteration. Stores the next integer index and its associated value Object.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int integer
      Integer index of the current iteration
      java.lang.Object value
      Gets the Object value associated with the integer index.
    • Constructor Summary

      Constructors 
      Constructor Description
      Element()
      Empty default constructor to make javadoc happy
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • integer

        public int integer
        Integer index of the current iteration
      • value

        public java.lang.Object value
        Gets the Object value associated with the integer index.
    • Constructor Detail

      • Element

        public Element()
        Empty default constructor to make javadoc happy