Class StringUtil.StringIterator<T>

    • Field Detail

      • iterator

        protected Iterator<? extends T> iterator
    • Constructor Detail

      • StringIterator

        public StringIterator​(Iterator<? extends T> iterator)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • remove

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