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

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

public class QualifiedNameSet
extends java.lang.Object


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

Field Detail

qualifiedNames

public char[][][] qualifiedNames

elementSize

public int elementSize

threshold

public int threshold
Constructor Detail

QualifiedNameSet

public QualifiedNameSet(int size)
Method Detail

add

public char[][] add(char[][] qualifiedName)

toString

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