| Interface | Description |
|---|---|
| Icollection |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/ICollection.cls).
|
| Iiterable |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/IIterable.cls).
|
| Iiterator |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/IIterator.cls).
|
| Ilist |
Business logic (converted to Java from the 4GL source code
in skeleton/oo4gl/OpenEdge/Core/Collections/IList.cls).
|
| IlistIterator |
Business logic (converted to Java from the 4GL source code
in skeleton/oo4gl/OpenEdge/Core/Collections/IListIterator.cls).
|
| Imap |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/IMap.cls).
|
| ImapEntry |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/IMapEntry.cls).
|
| Iset |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/ISet.cls).
|
| IstringCollection |
Business logic (converted to Java from the 4GL source code
in skeleton/oo4gl/OpenEdge/Core/Collections/IStringCollection.cls).
|
| IStringKeyedMap |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/IStringKeyedMap.cls).
|
| IStringStringMap |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/IStringStringMap.cls).
|
| Class | Description |
|---|---|
| AbstractTtcollection |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/AbstractTTCollection.cls).
|
| Array |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/Array.cls).
|
| ArrayIterator |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/ArrayIterator.cls).
|
| ClassClassMap |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/ClassClassMap.cls).
|
| EntrySet |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/EntrySet.cls).
|
| EntrySetIterator |
Business logic (converted to Java from the 4GL source code
in skeleton/oo4gl/OpenEdge/Core/Collections/EntrySetIterator.cls).
|
| KeySet |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/KeySet.cls).
|
| LegacyCollection |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/Collection.cls).
|
| LegacyIterator |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/Iterator.cls).
|
| LegacyLinkedList |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/LinkedList.cls).
|
| LegacyList |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/List.cls).
|
| LegacyListIterator |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/ListIterator.cls).
|
| LegacyListNode |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/List.cls).
|
| LegacyMap |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/Map.cls).
|
| LegacyMapEntry |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/MapEntry.cls).
|
| LegacySet |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/Set.cls).
|
| LegacyStack |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/Stack.cls).
|
| MapBackedCollection |
Business logic (converted to Java from the 4GL source code
in skeleton/oo4gl/OpenEdge/Core/Collections/MapBackedCollection.cls).
|
| ObjectStack |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/ObjectStack.cls).
|
| ResizeError |
Business logic (converted to Java from the 4GL source code
in abl/skeleton/oo4gl/OpenEdge/Core/Collections/ResizeError.cls).
|
| StackOverflowError |
Business logic (converted to Java from the 4GL source code
in abl/skeleton/oo4gl/OpenEdge/Core/Collections/StackOverflowError.cls).
|
| StackUnderflowError |
Business logic (converted to Java from the 4GL source code
in abl/skeleton/oo4gl/OpenEdge/Core/Collections/StackUnderflowError.cls).
|
| StringCollection |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/StringCollection.cls).
|
| StringKeyedMap |
A map containing String keys and String values.
|
| StringStringMap |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/StringStringMap.cls).
|
| ValueCollection |
Business logic (converted to Java from the 4GL source code
in OpenEdge/Core/Collections/ValueCollection.cls).
|