sboag 01/05/13 22:10:22
Modified: java/src/org/apache/xml/utils Tag: DTM_EXP IntVector.java
Log:
Add setSize method.
Revision Changes Path
No revision
No revision
1.2.2.2 +11 -0 xml-xalan/java/src/org/apache/xml/utils/IntVector.java
Index: IntVector.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/utils/IntVector.java,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- IntVector.java 2001/04/17 15:53:38 1.2.2.1
+++ IntVector.java 2001/05/14 05:10:22 1.2.2.2
@@ -109,6 +109,17 @@
{
return m_firstFree;
}
+
+ /**
+ * Get the length of the list.
+ *
+ * @return length of the list
+ */
+ public final void setSize(int sz)
+ {
+ m_firstFree = sz;
+ }
+
/**
* Append a int onto the vector.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]