public class AncestorContainerAndKeyValueIterator<TContainer,TValue> extends java.lang.Object implements java.util.Iterator<ConfigValueAtContainer<TContainer,TValue>>
| Constructor and Description |
|---|
AncestorContainerAndKeyValueIterator(TContainer childContainer,
<any> keyFindingFunction,
<any> lookupResolutionFunction,
<any> coercionFunction,
<any> parentFunction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ConfigValueAtContainer<TContainer,TValue> |
next() |
void |
remove() |
public AncestorContainerAndKeyValueIterator(TContainer childContainer, <any> keyFindingFunction, <any> lookupResolutionFunction, <any> coercionFunction, <any> parentFunction)
public boolean hasNext()
hasNext in interface java.util.Iterator<ConfigValueAtContainer<TContainer,TValue>>public ConfigValueAtContainer<TContainer,TValue> next()
next in interface java.util.Iterator<ConfigValueAtContainer<TContainer,TValue>>public void remove()
remove in interface java.util.Iterator<ConfigValueAtContainer<TContainer,TValue>>