Class ElementValues
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<E>
-
- org.jd.core.v1.util.DefaultList<ElementValue>
-
- org.jd.core.v1.model.javasyntax.reference.ElementValues
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<ElementValue>
,java.util.Collection<ElementValue>
,java.util.List<ElementValue>
,java.util.RandomAccess
,BaseElementValue
,Reference
,Base<ElementValue>
public class ElementValues extends DefaultList<ElementValue> implements BaseElementValue
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jd.core.v1.util.DefaultList
DefaultList.EmptyList<E>
-
-
Field Summary
-
Fields inherited from class org.jd.core.v1.util.DefaultList
EMPTY_LIST
-
-
Constructor Summary
Constructors Constructor Description ElementValues()
ElementValues(int capacity)
ElementValues(java.util.Collection<ElementValue> collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ReferenceVisitor visitor)
java.lang.String
toString()
-
Methods inherited from class org.jd.core.v1.util.DefaultList
emptyList, getFirst, getLast, isList, removeFirst, removeLast
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
ElementValues
public ElementValues()
-
ElementValues
public ElementValues(int capacity)
-
ElementValues
public ElementValues(java.util.Collection<ElementValue> collection)
-
-
Method Detail
-
accept
public void accept(ReferenceVisitor visitor)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractCollection<ElementValue>
-
-