servicenow.community.soap
Class GlideRecordIterator

java.lang.Object
  extended by servicenow.community.soap.GlideRecordIterator
All Implemented Interfaces:
java.util.Iterator<GlideRecord>

public class GlideRecordIterator
extends java.lang.Object
implements java.util.Iterator<GlideRecord>

An iterator used to loop through a GlideRecordList.


Method Summary
 boolean hasNext()
           
 GlideRecord next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<GlideRecord>

next

public GlideRecord next()
Specified by:
next in interface java.util.Iterator<GlideRecord>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<GlideRecord>