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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DObjectVector.java21 * $Id: ObjectVector.java,v 1.2.4.1 2005/09/15 08:15:51 suresh_emailid Exp $
35 public class ObjectVector implements Cloneable class in inherits:Cloneable
54 public ObjectVector() method in class:ObjectVector
67 public ObjectVector(int blocksize) method in class:ObjectVector
80 public ObjectVector(int blocksize, int increaseSize) method in class:ObjectVector
89 * Copy constructor for ObjectVector
91 * @param v Existing ObjectVector to copy
93 public ObjectVector(ObjectVector v) method in class:ObjectVector
424 * Returns clone of current ObjectVector
[all...]

Completed in 37 milliseconds