public class JsonStringArrayList<E> extends ArrayList<E>
modCount
Constructor and Description |
---|
JsonStringArrayList() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, hashCode
parallelStream, stream
public boolean equals(Object obj)
equals
in interface Collection<E>
equals
in interface List<E>
equals
in class AbstractList<E>
public final String toString()
toString
in class AbstractCollection<E>
Copyright © 1970 The Apache Software Foundation. All rights reserved.