T
S
public class Pair<T,S> extends Object
Pair(T first, S second)
boolean
equals(Object other)
getFist()
getSecond()
int
hashCode()
static <T,S> Pair<T,S>
of(T first, S second)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(T first, S second)
public static <T,S> Pair<T,S> of(T first, S second)
public T getFist()
public S getSecond()
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
Copyright © 2015 Apache Software Foundation. All Rights Reserved.