public class Pair<A,B> extends Object implements Serializable
| Constructor and Description |
|---|
Pair()
Contructs a pair holding two null values.
|
Pair(A a,
B b)
Contructs a pair holding the given objects.
|
Pair(Map.Entry<A,B> e) |
Pair(Pair<A,B> p)
Contructs a pair holding the objects of the given pair.
|
Copyright © 2017 Molindo GmbH. All Rights Reserved.