hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
LinkedList.this
hunt
collection
LinkedList
LinkedList
Constructs an empty list.
this
()
class
LinkedList
(E)
this
(
)
this
(Collection!E c)
this
(E[] c)
Meta
Source
See Implementation
hunt
collection
LinkedList
LinkedList
constructors
this
functions
add
addFirst
addLast
clear
contains
descendingIterator
element
get
getFirst
getLast
indexOf
lastIndexOf
linkLast
offer
offerFirst
offerLast
opApply
opEquals
peek
peekFirst
peekLast
poll
pollFirst
pollLast
pop
push
remove
removeAt
removeFirst
removeFirstOccurrence
removeLast
set
size
toArray
toHash
toString
variables
_dlist
_size
Constructs an empty list.