|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jagg.msd.MsdWorkspace
public class MsdWorkspace
This class holds the memory needed by a Discriminator
. This is
meant to be used by exactly one thread at a time.
Field Summary | |
---|---|
java.util.List[] |
myLists
The array of lists of elements. |
int[] |
myUsedIndexes
The array of used indexes. |
static int |
SIZE
The size of the array of lists and the array of used indexes. |
Constructor Summary | |
---|---|
MsdWorkspace()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SIZE
public final java.util.List[] myLists
public final int[] myUsedIndexes
Constructor Detail |
---|
public MsdWorkspace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |