Class ElementValuePairs
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<E>
-
- org.jd.core.v1.util.DefaultList<ElementValuePair>
-
- org.jd.core.v1.model.javasyntax.reference.ElementValuePairs
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<ElementValuePair>
,java.util.Collection<ElementValuePair>
,java.util.List<ElementValuePair>
,java.util.RandomAccess
,BaseElementValuePair
,Reference
,Base<ElementValuePair>
public class ElementValuePairs extends DefaultList<ElementValuePair> implements BaseElementValuePair
- 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 ElementValuePairs()
ElementValuePairs(int capacity)
ElementValuePairs(java.util.Collection<ElementValuePair> 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
-
ElementValuePairs
public ElementValuePairs()
-
ElementValuePairs
public ElementValuePairs(int capacity)
-
ElementValuePairs
public ElementValuePairs(java.util.Collection<ElementValuePair> collection)
-
-
Method Detail
-
accept
public void accept(ReferenceVisitor visitor)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractCollection<ElementValuePair>
-
-