servicenow.community.soap
Class GlideRecordList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<GlideRecord>
              extended by servicenow.community.soap.GlideRecordList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<GlideRecord>, java.util.Collection<GlideRecord>, java.util.List<GlideRecord>, java.util.RandomAccess

public class GlideRecordList
extends java.util.ArrayList<GlideRecord>

An array of GlideRecords.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Method Summary
 GlideRecordIterator iterator()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, listIterator, listIterator, removeAll, retainAll, subList
 

Method Detail

iterator

public GlideRecordIterator iterator()
Specified by:
iterator in interface java.lang.Iterable<GlideRecord>
Specified by:
iterator in interface java.util.Collection<GlideRecord>
Specified by:
iterator in interface java.util.List<GlideRecord>
Overrides:
iterator in class java.util.AbstractList<GlideRecord>