public interface IDfSearchable
Modifier and Type | Method and Description |
---|---|
double |
getKeyAt(int index)
Returns the integer element at the specified index.
|
int |
getKeyCount()
Returns a count of the number of keys present.
|
boolean |
isInSortedOrder()
Returns
true if the keys are in sorted order; otherwise false . |
int getKeyCount()
double getKeyAt(int index) throws DfException
DfException
boolean isInSortedOrder()
true
if the keys are in sorted order; otherwise false
.true
if the keys are in sorted order; otherwise false
.Copyright 1994-2023 OpenText Corporation. All rights reserved.