|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlbeans.impl.common.XmlObjectList
public class XmlObjectList
A class to hold and compare a list of XmlObjects for use by keys keyrefs during validation.
Constructor Summary | |
---|---|
XmlObjectList(int objectCount)
Construct a new empty object list of the given fixed size. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
boolean |
filled()
Tests that all values have been set. |
int |
hashCode()
|
boolean |
set(XmlObject o,
int index)
Set an object by index unless a value has been previously set at that location. |
java.lang.String |
toString()
|
int |
unfilled()
Tests that all values have been set. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XmlObjectList(int objectCount)
Method Detail |
---|
public boolean set(XmlObject o, int index)
public boolean filled()
public int unfilled()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |