jkesselm    01/06/21 13:14:43

  Modified:    java/src/org/apache/xml/utils SuballocatedByteVector.java
  Log:
  Minor javadoc tweak
  
  Revision  Changes    Path
  1.2       +2 -2      
xml-xalan/java/src/org/apache/xml/utils/SuballocatedByteVector.java
  
  Index: SuballocatedByteVector.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/SuballocatedByteVector.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SuballocatedByteVector.java       2001/06/21 20:13:53     1.1
  +++ SuballocatedByteVector.java       2001/06/21 20:14:40     1.2
  @@ -59,10 +59,10 @@
   /**
    * <meta name="usage" content="internal"/>
    * A very simple table that stores a list of byte. Very similar API to our
  - * ByteVector class (same API); different internal storage.
  + * IntVector class (same API); different internal storage.
    * 
    * This version uses an array-of-arrays solution. Read/write access is thus
  - * a bit slower than the simple ByteVector, and basic storage is a trifle
  + * a bit slower than the simple IntVector, and basic storage is a trifle
    * higher due to the top-level array -- but appending is O(1) fast rather
    * than O(N**2) slow, which will swamp those costs in situations where
    * long vectors are being built up.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to