public class Pair<K,V> extends Object implements Serializable
| Constructor and Description |
|---|
Pair(K first,
V second)
Initializes the value pair.
|
public K getFirst()
public V getSecond()
public boolean equals(Object other)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.