Class EmptyOrderedIterator<E>

    • Field Detail

      • INSTANCE

        public static final OrderedIterator INSTANCE
        Singleton instance of the iterator.
        Since:
        3.1
    • Method Detail

      • emptyOrderedIterator

        public static <E> OrderedIterator<E> emptyOrderedIterator()
        Typed instance of the iterator.
        Type Parameters:
        E - the element type
        Returns:
        OrderedIterator<E>
      • hasNext

        public boolean hasNext()
      • next

        public E next()
      • hasPrevious

        public boolean hasPrevious()
      • previous

        public E previous()
      • nextIndex

        public int nextIndex()
      • previousIndex

        public int previousIndex()
      • add

        public void add​(E obj)
      • set

        public void set​(E obj)
      • remove

        public void remove()
      • reset

        public void reset()