Summary:
Detail:
BlockFace
protected F
first
protected S
second
protected
Pair(F first, S second)
Pair<F,S>
copy()
boolean
equals(Object obj)
F
getFirst()
S
getSecond()
int
hashCode()
static <F, S> Pair<F,S>
of(F first, S second)
void
setFirst(F first)
setSecond(S second)
Pair<S,F>
swap()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals
Object
hashCode
toString