@Deprecated public class KeyVal<K,V> extends Tuple2<K,V>
Tuple2 and the shortcut
StaticImports.tup(Object, Object).UnmodMap.UnEntry.EntryToUnEntryIter<K,V>, UnmodMap.UnEntry.EntryToUnEntrySortedIter<K,V>, UnmodMap.UnEntry.UnmodKeyIter<K,V>, UnmodMap.UnEntry.UnmodSortedKeyIter<K,V>, UnmodMap.UnEntry.UnmodSortedValIter<K,V>, UnmodMap.UnEntry.UnmodValIter<K,V>| Constructor and Description |
|---|
KeyVal(K k,
V v)
Deprecated.
Key/Value Constructor
|
KeyVal(Map.Entry<K,V> entry)
Deprecated.
Map.Entry Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> KeyVal<K,V> |
of(K a,
V b)
Deprecated.
Public static Key/Value factory method
|
static <K,V> KeyVal<K,V> |
of(Map.Entry<K,V> entry)
Deprecated.
Public static Map.Entry factory method
|
String |
toString()
Deprecated.
|
_1, _2, equals, getKey, getValue, hashCode, setValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitentryIterToUnEntrySortedUnIter, entryIterToUnEntryUnIter, entryToUnEntrycomparingByKey, comparingByKey, comparingByValue, comparingByValueCopyright © 2017. All rights reserved.