java.util.ArrayList

GPTKB entity

Statements (52)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:allowsNullElements true
gptkbp:author gptkb:Sun_Microsystems
gptkbp:builtBy ArrayList()
ArrayList(Collection<? extends E> c)
ArrayList(int initialCapacity)
gptkbp:cloneable true
gptkbp:defaultCapacity 10
gptkbp:documentation https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html
gptkbp:genericTypeParameter E
https://www.w3.org/2000/01/rdf-schema#label java.util.ArrayList
gptkbp:implementedIn gptkb:list
gptkb:Cloneable
Serializable
RandomAccess
gptkbp:introducedIn gptkb:Java_1.2
gptkbp:isMutable true
gptkbp:isNotSynchronized true
gptkbp:iteratorType fail-fast
gptkbp:partOf gptkb:Java_Collections_Framework
gptkbp:performanceContext O(1) random access
O(n) add at index
O(n) remove at index
gptkbp:serialization Serializable
gptkbp:serialVersionUID 8683452581122892189L
gptkbp:since gptkb:JDK_1.2
gptkbp:superclass java.util.AbstractList
gptkbp:supportsDuplicates true
gptkbp:supportsRandomAccess true
gptkbp:threadSafe false
gptkbp:type gptkb:box_set
clear
size
java.util
add
get
iterator
contains
isEmpty
remove
indexOf
lastIndexOf
toArray
ensureCapacity
listIterator
subList
trimToSize
gptkbp:usedFor dynamic array
resizable array
ordered collection
gptkbp:bfsParent gptkb:java.lang.Object
gptkbp:bfsLayer 7