Package org.ojalgo.type.keyvalue
Class EntryPair.ObjectObject<K,V>
- java.lang.Object
-
- org.ojalgo.type.keyvalue.EntryPair.ObjectObject<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.type.keyvalue.EntryPair
EntryPair.KeyedPrimitive<K>, EntryPair.ObjectByte<K>, EntryPair.ObjectDouble<K>, EntryPair.ObjectFloat<K>, EntryPair.ObjectInt<K>, EntryPair.ObjectLong<K>, EntryPair.ObjectObject<K,V>, EntryPair.ObjectShort<K>
-
Nested classes/interfaces inherited from interface org.ojalgo.type.keyvalue.KeyValue
KeyValue.Dual<T>
-
-
Constructor Summary
Constructors Constructor Description ObjectObject(K key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(java.lang.Object key)
boolean
containsValue(java.lang.Object value)
boolean
equals(java.lang.Object obj)
K
first()
V
get(java.lang.Object key)
K
getKey()
V
getValue()
int
hashCode()
java.util.Set<K>
keySet()
K
left()
V
right()
V
second()
java.lang.String
toString()
java.util.Collection<V>
values()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(java.lang.Object key)
-
containsValue
public boolean containsValue(java.lang.Object value)
-
equals
public boolean equals(java.lang.Object obj)
-
getKey
public K getKey()
-
getValue
public V getValue()
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-