Class GenericMap.GenericMapIterator<DEST>
- java.lang.Object
-
- org.apache.ofbiz.base.util.collections.IteratorWrapper<DEST,java.util.Map.Entry<K,V>>
-
- org.apache.ofbiz.base.util.collections.GenericMap.GenericMapIterator<DEST>
-
- All Implemented Interfaces:
java.util.Iterator<DEST>
- Enclosing class:
- GenericMap<K,V>
protected abstract class GenericMap.GenericMapIterator<DEST> extends IteratorWrapper<DEST,java.util.Map.Entry<K,V>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GenericMapIterator(boolean noteAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isValid(java.util.Map.Entry<K,V> src)
-
Methods inherited from class org.apache.ofbiz.base.util.collections.IteratorWrapper
convert, hasNext, isValid, next, noteRemoval, remove
-
-