Interfaces |
|
OpenEdge.Core.Collections.ICollection
|
A collection represents a group of objects, known as its
elements.
|
|
|
OpenEdge.Core.Collections.IIterable
|
|
|
|
OpenEdge.Core.Collections.IIterator
|
traverses a collection forward
|
|
|
OpenEdge.Core.Collections.IList
|
|
|
|
OpenEdge.Core.Collections.IListIterator
|
An iterator for lists that can traverse the list in
both directions
|
|
|
OpenEdge.Core.Collections.IMap
|
|
|
|
OpenEdge.Core.Collections.IMapEntry
|
A map entry (key-value pair).
The IMap:EntrySet returns a set-view of the map,
whose elements are of this class.
|
|
|
OpenEdge.Core.Collections.ISet
|
A collection that contains no duplicate elements.
|
|
|
OpenEdge.Core.Collections.IStringCollection
|
Interface defining a typed String Collection
|
|
|
OpenEdge.Core.Collections.IStringKeyedMap
|
A typed String/Object Map
|
|
|
OpenEdge.Core.Collections.IStringStringMap
|
A typed String/String Map
|
Classes |
|
AbstractTTCollection
|
|
|
|
Array
|
Hold and manage a collection of objects within a variable with extent.
|
|
|
ArrayIterator
|
|
|
|
ClassClassMap
|
Mapping of types
|
|
|
Collection
|
|
|
|
EntrySet
|
|
|
|
EntrySetIterator
|
Iterator for entrysets
|
|
|
HashMap
|
|
|
|
Iterator
|
|
|
|
KeySet
|
|
|
|
LinkedList
|
A single linked list containing Object nodes.
|
|
|
List
|
An ordered collection of elements.
|
|
|
ListIterator
|
|
|
|
ListNode
|
Singly-linked list node/element containing general Object data
|
|
|
Map
|
|
|
|
MapBackedCollection
|
|
|
|
MapEntry
|
|
|
|
ObjectEqualityComparer
|
|
|
|
ObjectStack
|
|
|
|
ResizeError
|
|
|
|
Set
|
A collection that contains no duplicate elements.
|
|
|
Stack
|
A stack is a last-in-first-out collection.
|
|
|
StackOverflowError
|
|
|
|
StackUnderflowError
|
|
|
|
StringCollection
|
A collection of String and character/longchar objects
|
|
|
StringKeyedMap
|
|
|
|
StringStringMap
|
|
|
|
ValueCollection
|
|