public static class MapStream.BiVal<K,V> extends Object implements BiValue<K,V>
K
getKey()
V
getValue()
static <K,V> MapStream.BiVal<K,V>
of(K k, V v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public K getKey()
getKey
BiValue<K,V>
public V getValue()
getValue
public static <K,V> MapStream.BiVal<K,V> of(K k, V v)
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.