A
- The type of the first object in the pair.B
- The type of the second object in the pair.public class Pair<A,B> extends Object implements Serializable
A
and the second
of type B
. This class implements equals
and hashcode
and can be used as
keys to maps.Copyright © 2017. All rights reserved.