public class Pair<E1,E2> extends java.lang.Object
boolean
equals(java.lang.Object other)
E1
first()
int
hashCode()
static <E1,E2> Pair<E1,E2>
of(E1 first, E2 second)
E2
second()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public E1 first()
public E2 second()
public boolean equals(java.lang.Object other)
equals
java.lang.Object
public int hashCode()
hashCode
public static <E1,E2> Pair<E1,E2> of(E1 first, E2 second)
Copyright © 2012. All rights reserved