| Modifier and Type | Field and Description |
|---|---|
(package private) Match.PossibleSignature |
first |
(package private) Match.PossibleSignature |
last |
(package private) int |
size |
| Modifier | Constructor and Description |
|---|---|
private |
PossibleSignatures() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
add(Match.PossibleSignature newItem)
Adds the item to the end of the linked list.
|
(package private) void |
addAfter(Match.PossibleSignature existing,
Match.PossibleSignature newItem) |
(package private) void |
addBefore(Match.PossibleSignature existing,
Match.PossibleSignature newItem) |
(package private) void |
remove(Match.PossibleSignature existing)
Removes any reference to this element from the linked list.
|
Match.PossibleSignature first
Match.PossibleSignature last
int size
void addBefore(Match.PossibleSignature existing, Match.PossibleSignature newItem)
void addAfter(Match.PossibleSignature existing, Match.PossibleSignature newItem)
void add(Match.PossibleSignature newItem)
void remove(Match.PossibleSignature existing)