public static class ConfigPatternMap.PatternIterator<T> extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) Iterator<ConfigPatternMap<T>> |
childMaps |
(package private) ConfigPatternMap<T> |
current |
(package private) ConfigPatternMap.PatternIterator<T> |
currentItr |
(package private) ConfigPatternMap<T> |
next |
| Constructor and Description |
|---|
PatternIterator(TreeMap<String,ConfigPatternMap<T>> children,
ConfigPatternMap<T> initial) |
| Modifier and Type | Method and Description |
|---|---|
T |
current() |
ConfigPatternMap<T> |
currentPatternMap() |
boolean |
hasNext() |
T |
next() |
(package private) ConfigPatternMap<T> |
nextPattern() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeConfigPatternMap<T> current
ConfigPatternMap<T> next
ConfigPatternMap.PatternIterator<T> currentItr
Iterator<ConfigPatternMap<T>> childMaps
PatternIterator(TreeMap<String,ConfigPatternMap<T>> children, ConfigPatternMap<T> initial)
Copyright © 2021 JBoss by Red Hat. All rights reserved.