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 classclassstatic final classstatic final classMethods 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()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 classstatic classstatic classstatic classstatic classstatic classMethods in org.ojalgo.type that return PrimitiveNumberModifier and TypeMethodDescriptionstatic PrimitiveNumberPrimitiveNumber.of(byte value) static PrimitiveNumberPrimitiveNumber.of(double value) static PrimitiveNumberPrimitiveNumber.of(float value) static PrimitiveNumberPrimitiveNumber.of(int value) static PrimitiveNumberPrimitiveNumber.of(long value) static PrimitiveNumberPrimitiveNumber.of(short value) static PrimitiveNumberPrimitiveNumber.valueOf(byte value) static PrimitiveNumberPrimitiveNumber.valueOf(double value) static PrimitiveNumberPrimitiveNumber.valueOf(float value) static PrimitiveNumberPrimitiveNumber.valueOf(int value) static PrimitiveNumberPrimitiveNumber.valueOf(long value) static PrimitiveNumberPrimitiveNumber.valueOf(short value) Methods in org.ojalgo.type with parameters of type PrimitiveNumberModifier and TypeMethodDescriptionintPrimitiveNumber.BoxedByte.compareTo(PrimitiveNumber other) intPrimitiveNumber.BoxedDouble.compareTo(PrimitiveNumber other) intPrimitiveNumber.BoxedFloat.compareTo(PrimitiveNumber other) intPrimitiveNumber.BoxedInt.compareTo(PrimitiveNumber other) intPrimitiveNumber.BoxedLong.compareTo(PrimitiveNumber other) intPrimitiveNumber.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 classstatic final classstatic final classstatic final classstatic final classstatic final classMethods in org.ojalgo.type.keyvalue that return PrimitiveNumberModifier and TypeMethodDescriptionIndexedMap.MappedPrimitives.get(long index) default PrimitiveNumberEntryPair.KeyedPrimitive.getValue()default PrimitiveNumberEntryPair.KeyedPrimitive.right()default PrimitiveNumberEntryPair.KeyedPrimitive.second()Methods in org.ojalgo.type.keyvalue that return types with arguments of type PrimitiveNumberModifier and TypeMethodDescriptionstatic <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 TypeMethodDescriptionintEntryPair.ObjectByte.compareTo(PrimitiveNumber other) intEntryPair.ObjectDouble.compareTo(PrimitiveNumber other) intEntryPair.ObjectFloat.compareTo(PrimitiveNumber other) intEntryPair.ObjectInt.compareTo(PrimitiveNumber other) intEntryPair.ObjectLong.compareTo(PrimitiveNumber other) intEntryPair.ObjectShort.compareTo(PrimitiveNumber other)
FinanceData.getHistoricalData()instead.