Class ArrayIterator4

    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayIterator4​(java.lang.Object[] elements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object get​(int index)  
      • Methods inherited from class java.lang.Object

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

      • ArrayIterator4

        public ArrayIterator4​(java.lang.Object[] elements)
    • Method Detail

      • get

        protected java.lang.Object get​(int index)
        Specified by:
        get in class IndexedIterator