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)
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DEFAULT_HASH_SIZE
public static final int DEFAULT_HASH_SIZE
ReSet
public ReSet()
ReSet
public ReSet(int hashSize)
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()