Class CabinetEntryIterator

Description

CabinetEntryIterator is the iterator for a collection of CabinetEntries.

OSID provides a set of iterator interfaces for base types. The purpose of these iterators is to offer a way for SID methods to return multiple values of a common type while avoiding the use arrays. Returning an array may not be appropriate if the number of values returned is large or if the array is fetched remotely.

Note that iterators do not allow access to values by index; you must access values sequentially. There is no way to go backwards through the sequence.

OSID Version: 2.0

Licensed under the org.osid.SidImplementationLicenseMIT.

Located in /harmoni/oki2/osid/filing/CabinetEntryIterator.php (line 33)


	
			
Method Summary
Methods
hasNextCabinetEntry (line 44)

Method hasNextCabinetEntry

  • access: public
  • throws: object FilingException
boolean hasNextCabinetEntry ()
nextCabinetEntry (line 57)

Returns the next CabinetEntry in the collection.

  • access: public
  • throws: object FilingException
object CabinetEntry nextCabinetEntry ()

Documentation generated on Wed, 19 Sep 2007 10:21:57 -0400 by phpDocumentor 1.3.0RC3