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

/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DIntVector.java19 * $Id: IntVector.java 468655 2006-10-28 07:12:06Z minchau $
33 public class IntVector implements Cloneable class in inherits:Cloneable
52 public IntVector() method in class:IntVector
61 * Construct a IntVector, using the given block size.
65 public IntVector(int blocksize) method in class:IntVector
74 * Construct a IntVector, using the given block size.
78 public IntVector(int blocksize, int increaseSize) method in class:IntVector
87 * Copy constructor for IntVector
89 * @param v Existing IntVector to copy
91 public IntVector(IntVecto method in class:IntVector
[all...]

Completed in 45 milliseconds