LinkedList class

GPTKB entity

Statements (48)
Predicate Object
gptkbp:instanceOf gptkb:class
gptkbp:author gptkb:Java_Platform_Team
gptkbp:canBe queue
stack
double-ended queue
gptkbp:extendsTo AbstractSequentialList class
gptkbp:firstAppearance gptkb:Java_1.2
gptkbp:hasMethod clear()
remove()
get()
size()
add()
contains()
iterator()
addFirst()
addLast()
peek()
poll()
removeFirst()
removeLast()
getFirst()
getLast()
listIterator()
offer()
gptkbp:heldBy generic
doubly linked list
cloneable
not synchronized
serializable
non-thread-safe
https://www.w3.org/2000/01/rdf-schema#label LinkedList class
gptkbp:implementedIn gptkb:Java
gptkb:Deque_interface
gptkb:List_interface
gptkb:Queue_interface
gptkb:Cloneable_interface
gptkb:Serializable_interface
gptkbp:notRecommendedFor random access
gptkbp:partOf gptkb:Java_Collections_Framework
gptkbp:provides constant-time insertions and removals
linear-time positional access
gptkbp:supports duplicate elements
null elements
gptkbp:type java.util
gptkbp:usedFor frequent insertions and deletions
gptkbp:bfsParent gptkb:Collections_Framework
gptkb:Java_Collections
gptkbp:bfsLayer 7