If there is at least one entry in the index for this path the position of the lowest stage is returned. Subsequent stages can be identified by testing consecutive entries until the path differs.
If no path matches the entry -(position+1) is returned, where position is the location it would have gone within the index. @param path the path to search for. @return if >= 0 then the return value is the position of the entry in theindex; pass to {@link #getEntry(int)} to obtain the entryinformation. If < 0 the entry does not exist in the index.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|