Uses of Interface
org.ojalgo.type.keyvalue.EntryList
Packages that use EntryList
-
Uses of EntryList in org.ojalgo.type.keyvalue
Classes in org.ojalgo.type.keyvalue that implement EntryListModifier and TypeClassDescriptionclass
EntrySet<K,
V> Allows you to wrap and treat two arrays as aCollection
of key-value pairs.(package private) static class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
Methods in org.ojalgo.type.keyvalue that return EntryListModifier and TypeMethodDescriptionstatic <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) static <K,
V> EntryList <K, V> EntryList.wrap
(K[] keys, V[] values)