Package org.ojalgo.type.keyvalue
Interface Paired<K,V>
-
- All Known Subinterfaces:
EntryList<K,V>
- All Known Implementing Classes:
EntrySet
,EntrySet.KeyedPrimitives
,EntrySet.ObjectByte
,EntrySet.ObjectDouble
,EntrySet.ObjectFloat
,EntrySet.ObjectInt
,EntrySet.ObjectLong
,EntrySet.ObjectObject
,EntrySet.ObjectShort
,IndexedMap
,IndexedMap.MappedPrimitives
interface Paired<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
getKey(int index)
EntryPair<K,V>
getPair(int index)
V
getValue(int index)
-