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 classclass(package private) static final classstatic final classstatic final classFields in org.ojalgo.data.domain.finance.series with type parameters of type PrimitiveNumberModifier and TypeFieldDescription(package private) final BasicSeries<LocalDate, PrimitiveNumber> SourceCache.Value.seriesMethods 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 classstatic classstatic classstatic classstatic classstatic classSubinterfaces with type arguments of type PrimitiveNumber in org.ojalgo.typeModifier and TypeInterfaceDescriptioninterfaceIntended as a "boxed" version of any/all primitive numeric types.Methods 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 classSubclasses with type arguments of type PrimitiveNumber in org.ojalgo.type.keyvalueModifier and TypeClassDescription(package private) static classstatic final classSubinterfaces with type arguments of type PrimitiveNumber in org.ojalgo.type.keyvalueClasses in org.ojalgo.type.keyvalue that implement interfaces with type arguments of type PrimitiveNumberModifier and TypeClassDescription(package private) static classstatic final classMethods in org.ojalgo.type.keyvalue that return PrimitiveNumberModifier and TypeMethodDescriptionfinal PrimitiveNumberEntrySet.KeyedPrimitives.get(long index) IndexedMap.MappedPrimitives.get(long index) default PrimitiveNumberEntryPair.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 PrimitiveNumberEntryPair.KeyedPrimitive.right()default PrimitiveNumberEntryPair.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 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) voidEntrySet.ObjectByte.setValue(int index, PrimitiveNumber value) voidEntrySet.ObjectDouble.setValue(int index, PrimitiveNumber value) voidEntrySet.ObjectFloat.setValue(int index, PrimitiveNumber value) voidEntrySet.ObjectInt.setValue(int index, PrimitiveNumber value) voidEntrySet.ObjectLong.setValue(int index, PrimitiveNumber value) voidEntrySet.ObjectShort.setValue(int index, PrimitiveNumber value)
FinanceData.getHistoricalData()instead.