Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
adt-misc
0.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
A
C
D
G
M
R
S
U
A
addFirst(T)
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Add an element to the front of the list.
addLast(T)
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Add an element to the end of the list.
C
clear()
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Remove all elements from the list.
contains(T)
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Find out whether the specified element is currently contained within the list.
D
de.topobyte.adt.misc.uniquedeque
- package de.topobyte.adt.misc.uniquedeque
G
getFirst()
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Get the first element in the list.
getLast()
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Get the last element in the list.
M
moveToFront(T)
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Move the denoted element to the front.
moveToTail(T)
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Move the denoted element to the tail.
R
removeFirst()
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Remove the first element from the list.
removeLast()
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Remove the last element from the list.
S
size()
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Get the number of elements currently stored in this list.
U
UniqueLinkedList
<
T
> - Class in
de.topobyte.adt.misc.uniquedeque
A doubly linked list with unique entries.
UniqueLinkedList()
- Constructor for class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
A
C
D
G
M
R
S
U