net.sf.jagg.msd
Class MsdWorkspace

java.lang.Object
  extended by net.sf.jagg.msd.MsdWorkspace

public class MsdWorkspace
extends java.lang.Object

This class holds the memory needed by a Discriminator. This is meant to be used by exactly one thread at a time.

Since:
0.5.0
Author:
Randy Gettman

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

SIZE

public static final int SIZE
The size of the array of lists and the array of used indexes.

See Also:
Constant Field Values

myLists

public final java.util.List[] myLists
The array of lists of elements.


myUsedIndexes

public final int[] myUsedIndexes
The array of used indexes.

Constructor Detail

MsdWorkspace

public MsdWorkspace()


Copyright © 2010-2013 jAgg Team. All Rights Reserved.