|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfiftyone.mobile.detection.Match.PossibleSignature
private class Match.PossibleSignature
Used to represent a signature index and the number of times it occurs in the matched nodes.
| Field Summary | |
|---|---|
int |
frequency
The number of times the signature index occurs. |
Match.PossibleSignature |
next
The next signature index in the linked list. |
Match.PossibleSignature |
previous
The previous signature index in the linked list. |
int |
rankedSignatureIndex
The ranked signature index. |
| Constructor Summary | |
|---|---|
Match.PossibleSignature(int rankedSignatureIndex,
int frequency)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int rankedSignatureIndex
public int frequency
public Match.PossibleSignature next
public Match.PossibleSignature previous
| Constructor Detail |
|---|
Match.PossibleSignature(int rankedSignatureIndex,
int frequency)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||