org.apache.jackrabbit.mk.util
Class AbstractRangeIterator<T>
java.lang.Object
org.apache.jackrabbit.mk.util.AbstractRangeIterator<T>
- All Implemented Interfaces:
- Iterator<T>
- Direct Known Subclasses:
- RangeIterator
public abstract class AbstractRangeIterator<T>
- extends Object
- implements Iterator<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
it
protected final Iterator<?> it
maxCount
protected int maxCount
AbstractRangeIterator
public AbstractRangeIterator(Iterator<?> it,
int offset,
int count)
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>
doNext
protected abstract T doNext()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.