Uses of Interface
org.ojalgo.type.PrimitiveNumber
Packages that use PrimitiveNumber
-
Uses of PrimitiveNumber in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement PrimitiveNumberModifier and TypeClassDescriptionstatic final class
class
(package private) static final class
static final class
static final class
Fields in org.ojalgo.data.domain.finance.series with type parameters of type PrimitiveNumberModifier and TypeFieldDescription(package private) final BasicSeries
<LocalDate, PrimitiveNumber> SourceCache.Value.series
Methods in org.ojalgo.data.domain.finance.series that return PrimitiveNumberMethods in org.ojalgo.data.domain.finance.series that return types with arguments of type PrimitiveNumberModifier and TypeMethodDescriptionSourceCache.get
(FinanceData key) DataSource.getLocalDateSeries()
private BasicSeries
<LocalDate, PrimitiveNumber> DataSource.getLocalDateSeries
(List<DatePrice> historicalPrices, CalendarDateUnit resolution) DataSource.getLocalDateSeries
(DenseArray.Factory<Double> denseArrayFactory) DataSource.getLocalDateSeries
(CalendarDateUnit resolution) DataSource.getLocalDateSeries
(CalendarDateUnit resolution, DenseArray.Factory<Double> denseArrayFactory) DataSource.getPriceSeries()
default BasicSeries
<LocalDate, PrimitiveNumber> FinanceData.getPriceSeries()
Deprecated.FinanceDataReader.getPriceSeries()
Methods in org.ojalgo.data.domain.finance.series with parameters of type PrimitiveNumber -
Uses of PrimitiveNumber in org.ojalgo.type
Classes in org.ojalgo.type that implement PrimitiveNumberModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Methods in org.ojalgo.type that return PrimitiveNumberModifier and TypeMethodDescriptionstatic PrimitiveNumber
PrimitiveNumber.of
(byte value) static PrimitiveNumber
PrimitiveNumber.of
(double value) static PrimitiveNumber
PrimitiveNumber.of
(float value) static PrimitiveNumber
PrimitiveNumber.of
(int value) static PrimitiveNumber
PrimitiveNumber.of
(long value) static PrimitiveNumber
PrimitiveNumber.of
(short value) static PrimitiveNumber
PrimitiveNumber.valueOf
(byte value) static PrimitiveNumber
PrimitiveNumber.valueOf
(double value) static PrimitiveNumber
PrimitiveNumber.valueOf
(float value) static PrimitiveNumber
PrimitiveNumber.valueOf
(int value) static PrimitiveNumber
PrimitiveNumber.valueOf
(long value) static PrimitiveNumber
PrimitiveNumber.valueOf
(short value) Methods in org.ojalgo.type with parameters of type PrimitiveNumberModifier and TypeMethodDescriptionint
PrimitiveNumber.BoxedByte.compareTo
(PrimitiveNumber other) int
PrimitiveNumber.BoxedDouble.compareTo
(PrimitiveNumber other) int
PrimitiveNumber.BoxedFloat.compareTo
(PrimitiveNumber other) int
PrimitiveNumber.BoxedInt.compareTo
(PrimitiveNumber other) int
PrimitiveNumber.BoxedLong.compareTo
(PrimitiveNumber other) int
PrimitiveNumber.BoxedShort.compareTo
(PrimitiveNumber other) -
Uses of PrimitiveNumber in org.ojalgo.type.keyvalue
Subinterfaces of PrimitiveNumber in org.ojalgo.type.keyvalueClasses in org.ojalgo.type.keyvalue that implement PrimitiveNumberModifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
static final class
static final class
Methods in org.ojalgo.type.keyvalue that return PrimitiveNumberModifier and TypeMethodDescriptionfinal PrimitiveNumber
EntrySet.KeyedPrimitives.get
(long index) IndexedMap.MappedPrimitives.get
(long index) default PrimitiveNumber
EntryPair.KeyedPrimitive.getValue()
EntrySet.ObjectByte.getValue
(int index) EntrySet.ObjectDouble.getValue
(int index) EntrySet.ObjectFloat.getValue
(int index) EntrySet.ObjectInt.getValue
(int index) EntrySet.ObjectLong.getValue
(int index) EntrySet.ObjectShort.getValue
(int index) default PrimitiveNumber
EntryPair.KeyedPrimitive.right()
default PrimitiveNumber
EntryPair.KeyedPrimitive.second()
Methods in org.ojalgo.type.keyvalue that return types with arguments of type PrimitiveNumberModifier and TypeMethodDescriptionEntrySet.ObjectByte.get
(int index) EntrySet.ObjectDouble.get
(int index) EntrySet.ObjectFloat.get
(int index) EntrySet.ObjectInt.get
(int index) EntrySet.ObjectLong.get
(int index) EntrySet.ObjectShort.get
(int index) static <K> KeyValue
<K, PrimitiveNumber> KeyValue.of
(K key, byte value) static <K> KeyValue
<K, PrimitiveNumber> KeyValue.of
(K key, double value) static <K> KeyValue
<K, PrimitiveNumber> KeyValue.of
(K key, float value) static <K> KeyValue
<K, PrimitiveNumber> KeyValue.of
(K key, int value) static <K> KeyValue
<K, PrimitiveNumber> KeyValue.of
(K key, long value) static <K> KeyValue
<K, PrimitiveNumber> KeyValue.of
(K key, short value) static <K> KeyValue
<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of
(K key1, K key2, byte value) static <K> KeyValue
<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of
(K key1, K key2, double value) static <K> KeyValue
<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of
(K key1, K key2, float value) static <K> KeyValue
<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of
(K key1, K key2, int value) static <K> KeyValue
<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of
(K key1, K key2, long value) static <K> KeyValue
<KeyValue.Dual<K>, PrimitiveNumber> KeyValue.of
(K key1, K key2, short value) default Collection
<PrimitiveNumber> EntryPair.KeyedPrimitive.values()
static <K> EntryList
<K, PrimitiveNumber> EntryList.wrap
(K[] keys, byte[] values) static <K> EntryList
<K, PrimitiveNumber> EntryList.wrap
(K[] keys, double[] values) static <K> EntryList
<K, PrimitiveNumber> EntryList.wrap
(K[] keys, float[] values) static <K> EntryList
<K, PrimitiveNumber> EntryList.wrap
(K[] keys, int[] values) static <K> EntryList
<K, PrimitiveNumber> EntryList.wrap
(K[] keys, long[] values) static <K> EntryList
<K, PrimitiveNumber> EntryList.wrap
(K[] keys, short[] values) Methods in org.ojalgo.type.keyvalue with parameters of type PrimitiveNumberModifier and TypeMethodDescriptionint
EntryPair.ObjectByte.compareTo
(PrimitiveNumber other) int
EntryPair.ObjectDouble.compareTo
(PrimitiveNumber other) int
EntryPair.ObjectFloat.compareTo
(PrimitiveNumber other) int
EntryPair.ObjectInt.compareTo
(PrimitiveNumber other) int
EntryPair.ObjectLong.compareTo
(PrimitiveNumber other) int
EntryPair.ObjectShort.compareTo
(PrimitiveNumber other) void
EntrySet.ObjectByte.setValue
(int index, PrimitiveNumber value) void
EntrySet.ObjectDouble.setValue
(int index, PrimitiveNumber value) void
EntrySet.ObjectFloat.setValue
(int index, PrimitiveNumber value) void
EntrySet.ObjectInt.setValue
(int index, PrimitiveNumber value) void
EntrySet.ObjectLong.setValue
(int index, PrimitiveNumber value) void
EntrySet.ObjectShort.setValue
(int index, PrimitiveNumber value)
FinanceData.getHistoricalData()
instead.