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 TypeClassDescriptionclassEntrySet<K,V> Allows you to wrap and treat two arrays as aCollectionof key-value pairs.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)