|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISearchIndex.SearchIndexIntervalConvention | |
|---|---|
| org.apache.commons.math3.utils | |
| Uses of ISearchIndex.SearchIndexIntervalConvention in org.apache.commons.math3.utils |
|---|
| Fields in org.apache.commons.math3.utils declared as ISearchIndex.SearchIndexIntervalConvention | |
|---|---|
protected ISearchIndex.SearchIndexIntervalConvention |
AbstractSearchIndex.convention
The convention for the definition of intervals. |
| Methods in org.apache.commons.math3.utils that return ISearchIndex.SearchIndexIntervalConvention | |
|---|---|
ISearchIndex.SearchIndexIntervalConvention |
ISearchIndex.getConvention()
Returns the convention that can be applied to the interval during the search index algorithm. |
ISearchIndex.SearchIndexIntervalConvention |
AbstractSearchIndex.getConvention()
Returns the convention that can be applied to the interval during the search index algorithm. |
static ISearchIndex.SearchIndexIntervalConvention |
ISearchIndex.SearchIndexIntervalConvention.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ISearchIndex.SearchIndexIntervalConvention[] |
ISearchIndex.SearchIndexIntervalConvention.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.commons.math3.utils with parameters of type ISearchIndex.SearchIndexIntervalConvention | |
|---|---|
AbstractSearchIndex(double[] tab2,
ISearchIndex.SearchIndexIntervalConvention searchIndexConvention)
Constructor with defined interval convention. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||