public static class DefaultDataContainer.EntryIterator extends Object implements Iterator<InternalCacheEntry>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
InternalCacheEntry |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public InternalCacheEntry next()
next
in interface Iterator<InternalCacheEntry>
public boolean hasNext()
hasNext
in interface Iterator<InternalCacheEntry>
public void remove()
remove
in interface Iterator<InternalCacheEntry>
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.