Class ArrayIterator

    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayIterator​(Object[] array)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates an iterator for the given array of objects.
    • Constructor Detail

      • ArrayIterator

        public ArrayIterator​(Object[] array)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates an iterator for the given array of objects.
        Parameters:
        array - the objects to iterate
    • Method Detail

      • hasNext

        public boolean hasNext()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        hasNext in interface Iterator
      • next

        public Object next()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        next in interface Iterator
      • remove

        public void remove()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        remove in interface Iterator
      • skip

        public void skip​(long items)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        skip in interface RangeIterator
      • getSize

        public long getSize()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getSize in interface RangeIterator
      • getPosition

        public long getPosition()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getPosition in interface RangeIterator