Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

FASet Class Reference

Inheritance diagram for FASet:
[legend]
Collaboration diagram for FASet:
[legend]
List of all members.

Public Methods

 FASet ()
 FASet (Object[] elements)
 FASet (int cap)
 FASet (int cap, float load)
 FASet (Object element)
FASet buildDiffSet (Set s)

Detailed Description

Implements a set capable of calculating the difference between two sets.

Author:
John Hatcliff , Venkatesh Prasad Ranganath
Version:
Name:
(
Revision:
1.1.1.1
)

Definition at line 52 of file FASet.java.


Constructor & Destructor Documentation

FASet::FASet   [inline]
 

Creates a new FASet instance.

Definition at line 58 of file FASet.java.

FASet::FASet Object   elements[] [inline]
 

Create a set which contains the given elements.

Parameters:
elements   to be added into the set.

Definition at line 67 of file FASet.java.

FASet::FASet int   cap [inline]
 

Creates a new FASet instance.

Parameters:
cap   the initial capacity of the set.

Definition at line 76 of file FASet.java.

FASet::FASet int   cap,
float   load
[inline]
 

Creates a new FASet instance.

Parameters:
cap   the initial capacity of the set.
load   the expected load while using this instance of object.

Definition at line 86 of file FASet.java.

FASet::FASet Object   element [inline]
 

Create a set which contains the given elements.

Parameters:
element   to be added into the set.

Definition at line 95 of file FASet.java.


Member Function Documentation

FASet FASet::buildDiffSet Set   s [inline]
 

Builds a new FASet containing the difference between this set and the supplied set s.

Parameters:
s   the set to be substracted from this set
Returns:
the difference set

Definition at line 107 of file FASet.java.

Referenced by FGWorkSendVals::doWork().


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:10:49 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001