org.eclipse.jdt.internal.compiler.util
Class CompoundNameVector
java.lang.Object
org.eclipse.jdt.internal.compiler.util.CompoundNameVector
public final class CompoundNameVector
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
size
public int size
CompoundNameVector
public CompoundNameVector()
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