Package org.eclipse.sisu.inject
Class MildValues.ValueItr
- java.lang.Object
-
- org.eclipse.sisu.inject.MildValues.ValueItr
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- MildValues<K,V>
final class MildValues.ValueItr extends java.lang.Object implements java.util.Iterator<V>
Iterator
that iterates over reachable values in the map.
-
-
Constructor Summary
Constructors Constructor Description ValueItr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
V
next()
void
remove()
-