public class PairProcessResult<A,B> extends Object
PairProcessResult()
A
getA()
B
getB()
static <A,B> PairProcessResult<A,B>
instance(A a, B b)
void
setA(A a)
setB(B b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PairProcessResult()
public static <A,B> PairProcessResult<A,B> instance(A a, B b)
public A getA()
public void setA(A a)
public B getB()
public void setB(B b)
Copyright © 2021. All rights reserved.