org.eclipse.jdt.internal.compiler.util
Class CompoundNameVector

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.util.CompoundNameVector

public final class CompoundNameVector
extends java.lang.Object


Field Summary
 int size
           
 
Constructor Summary
CompoundNameVector()
           
 
Method Summary
 void add(char[][] newElement)
           
 void addAll(char[][][] newElements)
           
 boolean contains(char[][] element)
           
 char[][] elementAt(int index)
           
 char[][] remove(char[][] element)
           
 void removeAll()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

size

public int size
Constructor Detail

CompoundNameVector

public CompoundNameVector()
Method Detail

add

public void add(char[][] newElement)

addAll

public void addAll(char[][][] newElements)

contains

public boolean contains(char[][] element)

elementAt

public char[][] elementAt(int index)

remove

public char[][] remove(char[][] element)

removeAll

public void removeAll()

toString

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