Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
adt-misc
0.0.2
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
A
C
D
G
I
M
P
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.
asList()
- Method in class de
.topobyte
.adt
.misc
.
Stack
Returns an immutable list containing the elements in this stack.
C
clear()
- Method in class de
.topobyte
.adt
.misc
.
Stack
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
- package de.topobyte.adt.misc
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.
I
isEmpty()
- Method in class de
.topobyte
.adt
.misc
.
Stack
iterator()
- Method in class de
.topobyte
.adt
.misc
.
Stack
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.
P
peek()
- Method in class de
.topobyte
.adt
.misc
.
Stack
pop()
- Method in class de
.topobyte
.adt
.misc
.
Stack
push(T)
- Method in class de
.topobyte
.adt
.misc
.
Stack
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
.
Stack
size()
- Method in class de
.topobyte
.adt
.misc
.uniquedeque
.
UniqueLinkedList
Get the number of elements currently stored in this list.
Stack
<
T
> - Class in
de.topobyte.adt.misc
A simple stack implementation based on
ArrayList
.
Stack()
- Constructor for class de
.topobyte
.adt
.misc
.
Stack
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
I
M
P
R
S
U