Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
R
S
T
U
V
S
sdds
- package sdds
A set of unchanging (static) data structures, which return clones every time they are modified, and their equivalent dynamic counterparts.
SHashTable
<
K
,
V
> - Class in
sdds
A simple static
HashTable
.
SHashTable(int, HashTable.Node<K, V>[])
- Constructor for class sdds.
SHashTable
Construct a static hash table with a given number of mappings and given set of buckets.
SHashTable()
- Constructor for class sdds.
SHashTable
Construct an empty static hash table.
SHashTable(K[], V[])
- Constructor for class sdds.
SHashTable
Construct a static hash table which initially contains mappings for a given set of keys and values.
SHashTableTest
- Class in
unit_tests
Tests for
SHashTable
SHashTableTest()
- Constructor for class unit_tests.
SHashTableTest
size()
- Method in class sdds.
DHashTable
Return the number of mappings in the dynamic hash table.
size
- Variable in class sdds.
HashTable
The number of mapping in this hash table
size()
- Method in class sdds.
HashTable
Return the number of mappings in the hash table.
SList
<
O
> - Class in
sdds
A static singly-linked
List
.
SList(int, List.Node<O>)
- Constructor for class sdds.
SList
Construct a static list with a given size and a given first node.
SList()
- Constructor for class sdds.
SList
Construct an empty static list.
SList(O[])
- Constructor for class sdds.
SList
Construct a static list which initially contains a given set of elements.
SListTest
- Class in
unit_tests
Tests for
SList
SListTest()
- Constructor for class unit_tests.
SListTest
suite()
- Static method in class unit_tests.
AllTests
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
R
S
T
U
V