K
V
public class KeyValue<K,V> extends Object implements Serializable
KeyValue(K key, V value)
boolean
equals(Object o)
getKey()
getValue()
int
hashCode()
static <K,V> KeyValue<K,V>
of(K k, V v)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public KeyValue(K key, V value)
public K getKey()
public V getValue()
public String toString()
toString
Object
public final boolean equals(Object o)
equals
public final int hashCode()
hashCode
public static <K,V> KeyValue<K,V> of(K k, V v)
Copyright © 2015 Google. All rights reserved.