public class AncestorContainerAndKeyValueIterator<TContainer,TValue> extends java.lang.Object implements java.util.Iterator<ConfigValueAtContainer<TContainer,TValue>>
| Constructor and Description |
|---|
AncestorContainerAndKeyValueIterator(TContainer childContainer,
com.google.common.base.Function<TContainer,ConfigKey<TValue>> keyFindingFunction,
com.google.common.base.Function<TContainer,Maybe<java.lang.Object>> lookupResolutionFunction,
com.google.common.base.Function<Maybe<java.lang.Object>,Maybe<TValue>> coercionFunction,
com.google.common.base.Function<TContainer,TContainer> parentFunction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ConfigValueAtContainer<TContainer,TValue> |
next() |
void |
remove() |
public AncestorContainerAndKeyValueIterator(TContainer childContainer, com.google.common.base.Function<TContainer,ConfigKey<TValue>> keyFindingFunction, com.google.common.base.Function<TContainer,Maybe<java.lang.Object>> lookupResolutionFunction, com.google.common.base.Function<Maybe<java.lang.Object>,Maybe<TValue>> coercionFunction, com.google.common.base.Function<TContainer,TContainer> 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>>