Uses of Interface
org.apache.commons.numbers.arrays.UpdatingInterval
Packages that use UpdatingInterval
-
Uses of UpdatingInterval in org.apache.commons.numbers.arrays
Classes in org.apache.commons.numbers.arrays that implement UpdatingIntervalModifier and TypeClassDescription(package private) final classAnUpdatingIntervalbacked by a fixed size of bits.(package private) final classAnUpdatingIntervalbacked by an array of ordered keys.Methods in org.apache.commons.numbers.arrays that return UpdatingIntervalModifier and TypeMethodDescription(package private) static UpdatingIntervalIndexSupport.createUpdatingInterval(int left, int right, int[] k, int n) Returns an interval that covers the specified indicesk.private static UpdatingIntervalIndexSupport.newUpdatingInterval(int[] k, int n) Returns an interval that covers the specified indicesk.BitIndexUpdatingInterval.splitLeft(int ka, int kb) KeyUpdatingInterval.splitLeft(int ka, int kb) UpdatingInterval.splitLeft(int ka, int kb) Split the interval using two splitting indices.Methods in org.apache.commons.numbers.arrays with parameters of type UpdatingIntervalModifier and TypeMethodDescription(package private) static intIndexSupport.countIndices(UpdatingInterval keys, int n) Count the number of indices.(package private) static voidQuickSelect.dualPivotQuickSelect(double[] a, int left, int right, UpdatingInterval k, int flags) Partition the array such that indiceskcorrespond to their correctly sorted value in the equivalent fully sorted array.(package private) static voidQuickSelect.dualPivotQuickSelect(int[] a, int left, int right, UpdatingInterval k, int flags) Partition the array such that indiceskcorrespond to their correctly sorted value in the equivalent fully sorted array.