| 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/String 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
    
     | 
|
    | 
         
         
     | 
    
        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
     | 
    
         Unique Key-Value mapping collection 
    
     | 
|
    | 
         
         
     | 
    
        MapBackedCollection
     | 
    
         This class acts as a helper for the Key and Value collections that comprise a temp-table-based Map
    
     | 
|
    | 
         
         
     | 
    
        MapEntry
     | 
    
         
    
     | 
|
    | 
         
         
     | 
    
        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
     | 
    
         A map containing String keys and general Object values.
    
     | 
|
    | 
         
         
     | 
    
        StringStringMap
     | 
    
         A map containing String keys and String values.
    
     | 
|
    | 
         
         
     | 
    
        ValueCollection
     | 
    
         ICollection implementation over values in an IMap (also TT based) 
                  object that needs collection capabilities.. 
                  used to return Values IMap 
    
     |