|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.util.AggregateIterator<T>
T
- public class AggregateIterator<T>
This Iterator iterates over a collection of iterators.
Constructor Summary | |
---|---|
AggregateIterator(java.util.Collection<?> collRemove,
java.util.List<java.util.Iterator<T>> listIterators)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregateIterator(java.util.Collection<?> collRemove, java.util.List<java.util.Iterator<T>> listIterators)
collRemove
- collection of removed entries to check againstlistIterators
- collection of iteratorsMethod Detail |
---|
public final boolean hasNext()
hasNext
in interface java.util.Iterator<T>
public final T next()
next
in interface java.util.Iterator<T>
public final void remove()
remove
in interface java.util.Iterator<T>
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |