Class EmptyIterator<S>

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<S>
      • next

        public S next()
        Specified by:
        next in interface Iterator<S>
      • instance

        public static <S> Iterator<S> instance()