Searched defs:XSObjectListImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DXSObjectListImpl.java39 * @version $Id: XSObjectListImpl.java,v 1.7 2010-11-01 04:40:06 joehw Exp $
41 public class XSObjectListImpl extends AbstractList implements XSObjectList { class in inherits:AbstractList,XSObjectList
46 public static final XSObjectListImpl EMPTY_LIST = new XSObjectListImpl(new XSObject[0], 0);
84 public XSObjectListImpl() { method in class:XSObjectListImpl
95 public XSObjectListImpl(XSObject[] array, int length) { method in class:XSObjectListImpl
267 } // class XSObjectListImpl

Completed in 30 milliseconds