-
- All Implemented Interfaces:
- com.helger.commons.collection.impl.ICommonsIterable<Element>, com.helger.commons.collection.iterate.IIterableIterator<Element>, Serializable, Iterable<Element>, Iterator<Element>
public class ChildElementIterator
extends Object
implements com.helger.commons.collection.iterate.IIterableIterator<Element>
Iterate child elements of a single node. Does not iterate recursively. Does
not return the start node.
- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from interface com.helger.commons.collection.iterate.IIterableIterator
iterator, withFilter, withMapper
-
Methods inherited from interface com.helger.commons.collection.impl.ICommonsIterable
containsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, forEach, forEachBreakable, forEachByIndex, getCount, getCount
Copyright © 2014–2017 Philip Helger. All rights reserved.