|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.util.Tuple
public class Tuple
| Constructor Summary | |
|---|---|
Tuple(Object par1Obj,
Object par2Obj)
|
|
| Method Summary | |
|---|---|
Object |
getFirst()
Get the first Object in the Tuple |
Object |
getSecond()
Get the second Object in the Tuple |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tuple(Object par1Obj,
Object par2Obj)
| Method Detail |
|---|
public Object getFirst()
public Object getSecond()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||