-
add(int, T) - Method in class com
.slimjars
.dist
.gnu
.trove
.list
.linked
.
TLinkedList
-
Inserts
linkable at index
index in the list.
-
add(T) - Method in class com
.slimjars
.dist
.gnu
.trove
.list
.linked
.
TLinkedList
-
Appends
linkable to the end of the list.
-
add(T) - Method in class com
.slimjars
.dist
.gnu
.trove
.list
.linked
.
TLinkedList.IteratorImpl
-
Insert
linkable at the current position of the iterator.
-
addAfter(T, T) - Method in class com
.slimjars
.dist
.gnu
.trove
.list
.linked
.
TLinkedList
-
Inserts newElement into the list immediately after current.
-
addBefore(T, T) - Method in class com
.slimjars
.dist
.gnu
.trove
.list
.linked
.
TLinkedList
-
Inserts newElement into the list immediately before current.
-
addFirst(T) - Method in class com
.slimjars
.dist
.gnu
.trove
.list
.linked
.
TLinkedList
-
Inserts
linkable at the head of the list.
-
addLast(T) - Method in class com
.slimjars
.dist
.gnu
.trove
.list
.linked
.
TLinkedList
-
Adds
linkable to the end of the list.