Class TreeElementChildrenList

java.lang.Object
org.javarosa.core.model.instance.utils.TreeElementChildrenList
All Implemented Interfaces:
Iterable<TreeElement>

public class TreeElementChildrenList
extends Object
implements Iterable<TreeElement>
A collection of TreeElement children. They are stored in an ArrayList. when all children have the same name and no special (< 0) multiplicities, elements can be retrieved in constant time.