fiftyone.mobile.detection
Class Match.PossibleSignatures
java.lang.Object
fiftyone.mobile.detection.Match.PossibleSignatures
- Enclosing class:
- Match
private class Match.PossibleSignatures
- extends Object
A custom linked list used to identify the most frequently occurring
signature indexes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
first
Match.PossibleSignature first
last
Match.PossibleSignature last
size
int size
Match.PossibleSignatures
private Match.PossibleSignatures()
addBefore
void addBefore(Match.PossibleSignature existing,
Match.PossibleSignature newItem)
addAfter
void addAfter(Match.PossibleSignature existing,
Match.PossibleSignature newItem)
add
void add(Match.PossibleSignature newItem)
- Adds the item to the end of the linked list.
remove
void remove(Match.PossibleSignature existing)
- Removes any reference to this element from the linked list.