| Package | Description |
|---|---|
| fiftyone.mobile.detection |
| Modifier and Type | Field and Description |
|---|---|
(package private) Match.PossibleSignature |
Match.PossibleSignatures.first |
(package private) Match.PossibleSignature |
Match.PossibleSignatures.last |
Match.PossibleSignature |
Match.PossibleSignature.next
The next signature index in the linked list.
|
Match.PossibleSignature |
Match.PossibleSignature.previous
The previous signature index in the linked list.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
Match.PossibleSignatures.add(Match.PossibleSignature newItem)
Adds the item to the end of the linked list.
|
(package private) void |
Match.PossibleSignatures.addAfter(Match.PossibleSignature existing,
Match.PossibleSignature newItem) |
(package private) void |
Match.PossibleSignatures.addBefore(Match.PossibleSignature existing,
Match.PossibleSignature newItem) |
(package private) void |
Match.PossibleSignatures.remove(Match.PossibleSignature existing)
Removes any reference to this element from the linked list.
|