AFLPcore
Class SearchReturn

java.lang.Object
  |
  +--AFLPcore.SearchReturn

public class SearchReturn
extends java.lang.Object

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

location

public int location
The location of value in a list

insertIndex

public int insertIndex
The position where the value would go if it is not in the list