Home
last modified time | relevance | path

Searched defs:CountingIterator (Results 1 – 1 of 1) sorted by relevance

/external/escapevelocity/src/main/java/com/google/escapevelocity/
DDirectiveNode.java136 private static class CountingIterator implements Iterator<Object> { class in DirectiveNode.ForEachNode
140 CountingIterator(Iterator<?> iterator) { in CountingIterator() method in DirectiveNode.ForEachNode.CountingIterator