public class Duplex<A,B> extends Object implements Serializable
A
a
B
b
Duplex(A a, B b)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final A a
public final B b
public Duplex(A a, B b)
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2015–2021 Fiji. All rights reserved.