K - the key-type of the pair.V - the value-type of the pair.@GwtCompatible public final class Pair<K,V> extends Object
key and value. A pair is considered to be
equal to another pair if both the key and the value are equal.| Constructor and Description |
|---|
Pair(K k,
V v)
Creates a new instance with the given key and value.
|
Copyright © 2015. All Rights Reserved.