org.eclipse.jdt.internal.compiler.util
Class CompoundNameVector
java.lang.Object
org.eclipse.jdt.internal.compiler.util.CompoundNameVector
public final class CompoundNameVector
- extends Object
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 String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.