Klasse SimpleWordSet

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

public final class SimpleWordSet extends Object
  • Felddetails

    • words

      public char[][] words
    • elementSize

      public int elementSize
    • threshold

      public int threshold
  • Konstruktordetails

    • SimpleWordSet

      public SimpleWordSet(int size)
  • Methodendetails

    • add

      public char[] add(char[] word)
    • includes

      public boolean includes(char[] word)