Class MultiIterator<T>

    • Constructor Detail

      • MultiIterator

        public MultiIterator()
    • Method Detail

      • hasNext

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

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

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

        public long getLimit()
      • setLimit

        public void setLimit​(long limit)
      • setTimeout

        public void setTimeout​(long readTimeout,
                               boolean exceptionOnTimeout)
      • getSkip

        public long getSkip()
      • setSkip

        public void setSkip​(long skip)
      • contains

        public boolean contains​(Object value)
      • getNextPartial

        protected boolean getNextPartial()
      • checkForTimeout

        public boolean checkForTimeout()