public class Pair<A,B> extends Object
Pair(A a, B b)
A
getFst()
B
getSnd()
Pair
setFst(A fst)
setSnd(B snd)
String
toJson()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(A a, B b)
public A getFst()
public Pair setFst(A fst)
public B getSnd()
public Pair setSnd(B snd)
public String toJson()
Copyright © 2022. All rights reserved.