T
- The type of elements contained by this list.public interface ISmartList<T extends java.lang.Comparable<T>> extends ISciList<T>, IDataDistributionProvider
Modifier and Type | Method and Description |
---|---|
int |
findIndex(T value,
SearchMode searchMode)
Finds value with specified search mode in this list
|
addRange, addRange, addRange, addRange, addRange, addRange, getDoubleValues, getDoubleValues, getItemsClass, getMaximum, getMinimum, getMinMax, getMinMax, getMinMaxPositive, removeRange, setRange, setRange, setRange, setSize
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
isDataEvenlySpaced, isDataSortedAscending
int findIndex(T value, SearchMode searchMode)
value
- The value to findsearchMode
- The search mode