A
B
C
D
public class Quartuple<A,B,C,D> extends Triple<A,B,C>
Quartuple()
Quartuple(A a, B b, C c, D d)
Quartuple<A,B,C,D>
clone()
boolean
equals(Object o)
getD()
int
hashCode()
void
setD(D d)
String
toString()
getC, setC
getB, of, setB
getA, setA
finalize, getClass, notify, notifyAll, wait, wait, wait
public Quartuple()
public Quartuple(A a, B b, C c, D d)
public void setD(D d)
public D getD()
public Quartuple<A,B,C,D> clone()
clone
Triple<A,B,C>
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2017 Docking Frames. All rights reserved.