planetj.iif
Class IIFRecordArray

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended byplanetj.iif.IIFRecordArray
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class IIFRecordArray
extends java.util.ArrayList

A bundle of records, without any restrictions on their type and order.

See Also:
Serialized Form

Constructor Summary
IIFRecordArray()
           
 
Method Summary
 java.lang.String toString()
          Returns a String in IIF format for each Record in this array Please use toStringBuffer() if possible Creation date: (2/18/2002 5:22:33 AM)
 java.lang.StringBuffer toStringBuffer()
          This method saves a String Object creation over toString().
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

IIFRecordArray

public IIFRecordArray()
Method Detail

toString

public java.lang.String toString()
Returns a String in IIF format for each Record in this array Please use toStringBuffer() if possible Creation date: (2/18/2002 5:22:33 AM)


toStringBuffer

public java.lang.StringBuffer toStringBuffer()
This method saves a String Object creation over toString(). Please use this method if possible Returns a StringBuffer in IIF format for each Record in this array Creation date: (2/18/2002 5:22:26 AM)