public class Pair<F,S> extends Object
first
second
Pair()
Pair(F first)
Pair(F first, S second)
Pair(Pair<F,S> other)
boolean
equals(Object obj)
F
getFirst()
S
getSecond()
int
hashCode()
void
set(F first, S second)
setFirst(F first)
setSecond(S second)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Pair()
public Pair(F first)
public Pair(F first, S second)
public Pair(Pair<F,S> other)
public F getFirst()
public void setFirst(F first)
public S getSecond()
public void setSecond(S second)
public void set(F first, S second)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2015 JessMA Open Source. All rights reserved.