org.aspectj.org.eclipse.jdt.internal.core.builder
Class NameSet

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.builder.NameSet

public final class NameSet
extends java.lang.Object


Field Summary
 int elementSize
           
 char[][] names
           
 int threshold
           
 
Constructor Summary
NameSet(int size)
           
 
Method Summary
 char[] add(char[] name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

names

public char[][] names

elementSize

public int elementSize

threshold

public int threshold
Constructor Detail

NameSet

public NameSet(int size)
Method Detail

add

public char[] add(char[] name)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object