Namespace: OpenEdge.Core.Collections
Class 
ListIterator
Parent classes:
Inherits: OpenEdge.Core.Collections.Iterator
Implements: OpenEdge.Core.Collections.IListIterator

Copyright (c) 2013 by Progress Software Corporation. All rights reserved.
File:ListIterator
Author(s):hdaniels
Created:Wed Jan 02 23:38:28 EST 2008




Method Summary
Options Name Purpose
# LOGICAL HasNext ()
Inherited from OpenEdge.Core.Collections.Iterator
# LOGICAL HasPrevious ()
# Progress.Lang.Object Next ()
Inherited from OpenEdge.Core.Collections.Iterator
# INTEGER NextIndex ()
+ PrepareQuery (character, character, logical)
Inherited from OpenEdge.Core.Collections.Iterator
# Progress.Lang.Object Previous ()
# INTEGER PreviousIndex ()
# LOGICAL Remove () /* removes the current item from the underlying collection */
Inherited from OpenEdge.Core.Collections.Iterator

Constructor Summary
Options Name Purpose
# ListIterator (ICollection, handle, character, character)
# ListIterator (ICollection, handle, character, character, character)


Method Detail
Top

PROTECTED LOGICAL HasNext ()

Inherited from OpenEdge.Core.Collections.Iterator
Returns LOGICAL
Top

PROTECTED LOGICAL HasPrevious ()

Returns LOGICAL
Top

PROTECTED Progress.Lang.Object Next ()

Inherited from OpenEdge.Core.Collections.Iterator
Returns Progress.Lang.Object
Top

PROTECTED INTEGER NextIndex ()

Returns INTEGER
Top

PUBLIC PrepareQuery (character, character, logical)

Inherited from OpenEdge.Core.Collections.Iterator
Parameters:
queryExp CHARACTER
sortExp CHARACTER
forwardOnly LOGICAL
Top

PROTECTED Progress.Lang.Object Previous ()

Returns Progress.Lang.Object
Top

PROTECTED INTEGER PreviousIndex ()

Returns INTEGER
Top

PROTECTED LOGICAL Remove ()

Inherited from OpenEdge.Core.Collections.Iterator
/* removes the current item from the underlying collection
Returns LOGICAL


Constructor Detail
Top

PROTECTED ListIterator (ICollection, handle, character, character)

Parameters:
poCol OpenEdge.Core.Collections.ICollection
tt HANDLE
objField CHARACTER
seqField CHARACTER
Top

PROTECTED ListIterator (ICollection, handle, character, character, character)

Parameters:
poCol OpenEdge.Core.Collections.ICollection
tt HANDLE
objField CHARACTER
seqField CHARACTER
querystring CHARACTER


10.27.2015 12:36:23