Class GenericMap.GenericMapIterator<DEST>
java.lang.Object
org.apache.ofbiz.base.util.collections.IteratorWrapper<DEST,Map.Entry<K,V>>
org.apache.ofbiz.base.util.collections.GenericMap.GenericMapIterator<DEST>
- All Implemented Interfaces:
Iterator<DEST>
- Enclosing class:
- GenericMap<K,
V>
protected abstract class GenericMap.GenericMapIterator<DEST>
extends IteratorWrapper<DEST,Map.Entry<K,V>>
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.ofbiz.base.util.collections.IteratorWrapper
convert, hasNext, isValid, next, noteRemoval, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
GenericMapIterator
protected GenericMapIterator(boolean noteAccess)
-
-
Method Details
-
isValid
Is valid boolean.- Parameters:
src
- the src- Returns:
- the boolean
-