|
|
#
|
LOGICAL Contains (Object)
|
/* abstract because this could be a key or value */ Overrides OpenEdge.Core.Collections.MapBackedCollection:Contains (Object)
|
|
|
#
|
OpenEdge.Core.Collections.IIterator Iterator ()
|
/* Returns a new IIterator over the entryset. */ Overrides OpenEdge.Core.Collections.MapBackedCollection:Iterator ()
|
|
|
#
|
LOGICAL Remove (Object)
|
/* abstract because this could be a collection of keys or values */ Overrides OpenEdge.Core.Collections.MapBackedCollection:Remove (Object)
|
|
|
#
|
LOGICAL RemoveAll (ICollection)
|
/* abstract because this could be a collection of keys or values */ Overrides OpenEdge.Core.Collections.MapBackedCollection:RemoveAll (ICollection)
|
|
|
#
|
LOGICAL RetainAll (ICollection)
|
/* abstract because this could be a collection of keys or values */ Overrides OpenEdge.Core.Collections.MapBackedCollection:RetainAll (ICollection)
|
|
|
#
|
Progress.Lang.Object ToArray ()
|
/* ToArray should not be used with large collections
If there is too much data the ABL will throw:
Attempt to update data exceeding 32000. (12371) */ Inherited from OpenEdge.Core.Collections.MapBackedCollection
|