Package org.apache.xmlbeans.impl.common
Class XmlObjectList
java.lang.Object
org.apache.xmlbeans.impl.common.XmlObjectList
A class to hold and compare a list of XmlObjects for use by keys
keyrefs during validation.
-
Constructor Summary
ConstructorsConstructorDescriptionXmlObjectList(int objectCount) Construct a new empty object list of the given fixed size. -
Method Summary
-
Constructor Details
-
XmlObjectList
public XmlObjectList(int objectCount) Construct a new empty object list of the given fixed size.
-
-
Method Details
-
set
Set an object by index unless a value has been previously set at that location.- Returns:
- true if the value was set, false if the value has already been set
-
filled
public boolean filled()Tests that all values have been set. Needed for keys. -
unfilled
public int unfilled()Tests that all values have been set. Needed for keys. -
equals
-
hashCode
public int hashCode() -
toString
-