Namespace: OpenEdge.Core.Collections
Class 
Set
Parent classes:
Inherits: OpenEdge.Core.Collections.AbstractTTCollection
Implements: OpenEdge.Core.Collections.ISet

Copyright (c) 2013,2014 by Progress Software Corporation. All rights reserved.
File:Set
Author(s):hdaniels
Created:Wed Jan 09 10:45:45 EST 2008




Method Summary
Options Name Purpose
# LOGICAL Add (Object)
Overrides OpenEdge.Core.Collections.AbstractTTCollection:Add (Object)
# LOGICAL AddAll (ICollection)
Overrides OpenEdge.Core.Collections.AbstractTTCollection:AddAll (ICollection)
# LOGICAL AddArray (Object[])
Inherited from OpenEdge.Core.Collections.AbstractTTCollection
# Clear ()
Inherited from OpenEdge.Core.Collections.AbstractTTCollection
# Progress.Lang.Object Clone () /* Deep clone. or rather deep enough since we don't know what the elements' Clone() operations do, so this may end up being a memberwise clone */
Inherited from OpenEdge.Core.Collections.AbstractTTCollection
# LOGICAL Contains (Object)
Overrides OpenEdge.Core.Collections.AbstractTTCollection:Contains (Object)
# LOGICAL ContainsAll (ICollection)
Inherited from OpenEdge.Core.Collections.AbstractTTCollection
# LOGICAL Equals (Object) /* Equals if Set and every member of the specified set is contained in this set */
FindBufferUseObject (Object)
# LOGICAL IsEmpty ()
Inherited from OpenEdge.Core.Collections.AbstractTTCollection
# OpenEdge.Core.Collections.IIterator Iterator () /* Returns a new IIterator over the collection. */
Inherited from OpenEdge.Core.Collections.AbstractTTCollection
# LOGICAL Remove (Object)
Inherited from OpenEdge.Core.Collections.AbstractTTCollection
# LOGICAL RemoveAll (ICollection)
Overrides OpenEdge.Core.Collections.AbstractTTCollection:RemoveAll (ICollection)
# LOGICAL RetainAll (ICollection)
Inherited from OpenEdge.Core.Collections.AbstractTTCollection
# 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.AbstractTTCollection
# ToTable (table-handle)
Inherited from OpenEdge.Core.Collections.AbstractTTCollection

Constructor Summary
Options Name Purpose
# Set ()
# Set (ISet)

Property Summary
Options Name Purpose
# INTEGER Size
Inherited from OpenEdge.Core.Collections.AbstractTTCollection


Method Detail
Top

PROTECTED LOGICAL Add (Object)

Overrides OpenEdge.Core.Collections.AbstractTTCollection:Add (Object)
Parameters:
obj Progress.Lang.Object
Returns LOGICAL
Top

PROTECTED LOGICAL AddAll (ICollection)

Overrides OpenEdge.Core.Collections.AbstractTTCollection:AddAll (ICollection)
Parameters:
collection OpenEdge.Core.Collections.ICollection
Returns LOGICAL
Top

PROTECTED LOGICAL AddArray (Object[])

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
Parameters:
objectArray Progress.Lang.Object
Returns LOGICAL
Top

PROTECTED Clear ()

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
Top

PROTECTED Progress.Lang.Object Clone ()

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
/* Deep clone. or rather deep enough since we don't know what the elements' Clone()
operations do, so this may end up being a memberwise clone
Returns Progress.Lang.Object
Top

PROTECTED LOGICAL Contains (Object)

Overrides OpenEdge.Core.Collections.AbstractTTCollection:Contains (Object)
Parameters:
checkObject Progress.Lang.Object
Returns LOGICAL
Top

PROTECTED LOGICAL ContainsAll (ICollection)

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
Parameters:
poCollection OpenEdge.Core.Collections.ICollection
Returns LOGICAL
Top

PROTECTED LOGICAL Equals (Object)

/* Equals if Set and every member of the specified set is contained in this set
Parameters:
o Progress.Lang.Object
Returns LOGICAL
Top

FindBufferUseObject (Object)

Parameters:
obj Progress.Lang.Object
Top

PROTECTED LOGICAL IsEmpty ()

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

PROTECTED OpenEdge.Core.Collections.IIterator Iterator ()

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
/* Returns a new IIterator over the collection.
Returns OpenEdge.Core.Collections.IIterator
Top

PROTECTED LOGICAL Remove (Object)

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
Parameters:
oldObject Progress.Lang.Object
Returns LOGICAL
Top

PROTECTED LOGICAL RemoveAll (ICollection)

Overrides OpenEdge.Core.Collections.AbstractTTCollection:RemoveAll (ICollection)
Parameters:
collection OpenEdge.Core.Collections.ICollection
Returns LOGICAL
Top

PROTECTED LOGICAL RetainAll (ICollection)

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
Parameters:
oCol OpenEdge.Core.Collections.ICollection
Returns LOGICAL
Top

PROTECTED Progress.Lang.Object ToArray ()

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
/* 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)
Returns Progress.Lang.Object
Top

PROTECTED ToTable (table-handle)

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
Parameters:
tt TABLE-HANDLE


Constructor Detail
Top

PROTECTED Set ()

Top

PROTECTED Set (ISet)

Parameters:
copyset OpenEdge.Core.Collections.ISet


Property Detail
Top

PROTECTED INTEGER Size

Inherited from OpenEdge.Core.Collections.AbstractTTCollection
Returns INTEGER


10.27.2015 12:36:25