E
public class P2<E> extends T2<E,E>
first, second
P2(E[] entries)
P2(E first, E second)
static <E> P2<E>
createPair(E first, E second)
String
toString()
equals, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public P2(E first, E second)
public P2(E[] entries)
public static <E> P2<E> createPair(E first, E second)
public String toString()
toString
T2<E,E>
Copyright © 2019. All rights reserved.