Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
P
R
S
T
U
A
add(int, T)
- Method in class com.scottlogic.util.
AutoFixingPatchWorkArray
Inserts the specified element at the specified position in this list.
add(T)
- Method in class com.scottlogic.util.
PatchWorkArray
Adds the given object to the end of this
PatchWorkArray
.
add(int, T)
- Method in class com.scottlogic.util.
PatchWorkArray
Inserts the specified element at the specified position in this list.
add(T)
- Method in class com.scottlogic.util.
SortedList
Inserts the given object into this {code SortedList} at the appropriate location, so as to ensure that the elements in the list are kept in the order specified by the given
Comparator
.
add(SortedList<T>.Node)
- Method in class com.scottlogic.util.
SortedList
Add the given Node to this
SortedList
.
add(int, T)
- Method in class com.scottlogic.util.
UnsortedList
Inserts the specified element at the specified position in this list.
add(T)
- Method in class com.scottlogic.util.
UnsortedList
Adds the given object to the end of this
UnsortedList
, which can be
null
.
addToHead(T)
- Method in class com.scottlogic.util.
UnsortedList
Adds the given element to the head of this list.
AutoFixingPatchWorkArray
<
T
> - Class in
com.scottlogic.util
Subclass of the PatchWorkArray which automatically fixes itself if the number of alterations reaches some specified limit.
AutoFixingPatchWorkArray()
- Constructor for class com.scottlogic.util.
AutoFixingPatchWorkArray
Default constructor which fixes after the default limits are breached.
AutoFixingPatchWorkArray(int)
- Constructor for class com.scottlogic.util.
AutoFixingPatchWorkArray
Constructor which fixes after the default limits are breached and the backing list has the given initial capacity.
AutoFixingPatchWorkArray(int, float, int)
- Constructor for class com.scottlogic.util.
AutoFixingPatchWorkArray
Constructor which allows the limits controlling the when this list auto-fixes.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
P
R
S
T
U