org.aspectj.org.eclipse.jdt.internal.core.util
Class SimpleWordSet

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.util.SimpleWordSet

public final class SimpleWordSet
extends java.lang.Object


Field Summary
 int elementSize
           
 int threshold
           
 char[][] words
           
 
Constructor Summary
SimpleWordSet(int size)
           
 
Method Summary
 char[] add(char[] word)
           
 boolean includes(char[] word)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

words

public char[][] words

elementSize

public int elementSize

threshold

public int threshold
Constructor Detail

SimpleWordSet

public SimpleWordSet(int size)
Method Detail

add

public char[] add(char[] word)

includes

public boolean includes(char[] word)