Class EmptyIterator<T>

    • Field Detail

      • INSTANCE

        public static final Iterator INSTANCE
        Deprecated.
    • Method Detail

      • instance

        public static <T> Iterator<T> instance()
        Deprecated.
      • hasNext

        public boolean hasNext()
        Deprecated.
        Specified by:
        hasNext in interface Iterator<T>
      • next

        public T next()
        Deprecated.
        Specified by:
        next in interface Iterator<T>
      • remove

        public void remove()
        Deprecated.
        Specified by:
        remove in interface Iterator<T>