|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.uni_paderborn.robots.robotArenaInterface.proxy.HashSetIntPair
A class which encapsulates a pair of integers for a hashset.
| Field Summary | |
private int |
first
The first value. |
private int |
second
The second value. |
| Constructor Summary | |
HashSetIntPair(int first,
int second)
Constructs this class. |
|
| Method Summary | |
boolean |
equals(java.lang.Object object)
Indicates whether some other object is equal to this one. |
int |
getFirst()
Returns the first int value. |
int |
getSecond()
Returns the second int value. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private int first
private int second
| Constructor Detail |
public HashSetIntPair(int first,
int second)
first - the first int valuesecond - the first int value| Method Detail |
public int getFirst()
public int getSecond()
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - the object to compare this one totrue if the objects are equal, false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||