Class ObjectVector
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.util.ObjectVector
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddAll(ObjectVector newVector)booleanEquality checkbooleancontainsIdentical(Object element)Identity checkvoidvoidelementAt(int index)iterator()voidintsize()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
size
public int size
-
-
Constructor Details
-
ObjectVector
public ObjectVector() -
ObjectVector
public ObjectVector(int initialSize)
-
-
Method Details