LinkedList<T>

GPTKB entity

Statements (26)
Predicate Object
gptkbp:instanceOf gptkb:architecture
gptkb:generic_class
gptkbp:allows duplicate elements
gptkbp:canBe doubly linked
singly linked
gptkbp:compatibleWith random access efficient
thread safe
gptkbp:complexity O(1) insertion at ends
O(n) access by index
gptkbp:definedIn gptkb:java.util_package
System.Collections.Generic namespace
gptkbp:heldBy head node
tail node
gptkbp:implementedIn gptkb:Deque_interface
gptkb:List_interface
gptkbp:numberOfLocations elements in nodes
gptkbp:serialization true
gptkbp:supports sequential access
null elements
insertion at both ends
removal at both ends
gptkbp:usedIn gptkb:Java
gptkb:C#
gptkbp:bfsParent gptkb:System.Collections.Generic
gptkbp:bfsLayer 8
https://www.w3.org/2000/01/rdf-schema#label LinkedList<T>