Home | History | Annotate | Download | only in utils

Lines Matching defs:NodeVector

19  * $Id: NodeVector.java 468655 2006-10-28 07:12:06Z minchau $
31 public class NodeVector implements Serializable, Cloneable
48 * Number of nodes in this NodeVector.
62 public NodeVector()
69 * Construct a NodeVector, using the given block size.
73 public NodeVector(int blocksize)
89 NodeVector clone = (NodeVector) super.clone();
104 * @return Number of nodes in this NodeVector
394 * @param nodes NodeVector to append to this list
396 public void appendNodes(NodeVector nodes)