|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AFLPcore.SearchReturn
This class contains a pair of values used in searches. The first is the location of the data being searched for. It is -1 if the data is not found. If the data is not found, then the insertIndex holds the location where the value should appear.
Field Summary | |
int |
insertIndex
The position where the value would go if it is not in the list |
int |
location
The location of value in a list |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int location
public int insertIndex
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |