Namespace: OpenEdge.Core.Collections
Type: Class Collection
Parent Classes:
Inherits: OpenEdge.Core.Collections.AbstractTTCollection


Copyright (c) 2013, 2021 by Progress Software Corporation. All rights reserved.
File:Collection
Author(s):hdaniels
Created:Sun Dec 16 22:41:40 EST 2007
Purpose: General collection class
Notes:



Method Summary
  Options Name Purpose
  LOGICAL Contains (Object)
  LOGICAL Equals (Object) /* Two Collections are defined to be equal if they are the same size and all of the elements in this collection are in the to-compare collection @param P.L.Object @return logical TRUE if the collections are equal. FALSE otherwise */
  FindBufferUseObject (Object)
  FindBufferUseObject (Object, buffer)

Constructor Summary
  Options Name Purpose
  Collection ()
  Collection (ICollection)

Method Detail
Top

LOGICAL Contains (Object)

Parameters:
checkObject Progress.Lang.Object
 
Returns LOGICAL
 
Top

LOGICAL Equals (Object)

/* Two Collections are defined to be equal if they are the same size and
all of the elements in this collection are in the to-compare collection
Parameters:
o Progress.Lang.Object
 
Returns LOGICAL
  logical TRUE if the collections are equal. FALSE otherwise
Top

FindBufferUseObject (Object)

Parameters:
obj Progress.Lang.Object
 
Top

FindBufferUseObject (Object, buffer)

Parameters:
obj Progress.Lang.Object
 
pbCollection buffer
 


Constructor Detail
Top

Collection ()

Top

Collection (ICollection)

Parameters:
c OpenEdge.Core.Collections.ICollection