HOME | PROJECTS | REALITY | EMAIL

Class ReSet

java.lang.Object
  |
  +--ReSet
Direct Known Subclasses:
GfxSet

public class ReSet
extends java.lang.Object

name: class ReSet

Version:
1.000 10/12/97 ?? Gary - created and implemented
Author:
Ge Wang , George Stetten (stetten@acpub.duke.edu), Visnu Pitiyanuvath (vtp1@acpub.duke.edu)

Field Summary
static int DEFAULT_HASH_SIZE
           
 
Constructor Summary
ReSet()
           
ReSet(int hashSize)
           
 
Method Summary
 boolean add(ReOSTrackable entity)
           
 void clear()
           
 boolean contains(ReOSTrackable entity)
           
 ReOSTrackable current()
           
 ReEntity currentEntity()
           
 void first()
           
 int getNumElements()
           
 boolean isDone()
           
 void next()
           
 boolean remove(ReOSTrackable entity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HASH_SIZE

public static final int DEFAULT_HASH_SIZE
Constructor Detail

ReSet

public ReSet()

ReSet

public ReSet(int hashSize)
Method Detail

add

public boolean add(ReOSTrackable entity)

remove

public boolean remove(ReOSTrackable entity)

contains

public boolean contains(ReOSTrackable entity)

clear

public void clear()

first

public void first()

isDone

public boolean isDone()

next

public void next()

current

public ReOSTrackable current()

currentEntity

public ReEntity currentEntity()

getNumElements

public int getNumElements()


HOME | PROJECTS | REALITY | EMAIL