![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
Public Member Functions | |
IdxObj (int index, T object) | |
int | hashCode () |
boolean | equals (Object otherObj) |
String | toString () |
Static Public Member Functions | |
static< T > IdxObj< T > | make (int index, T object) |
Public Attributes | |
final int | index |
final T | object |
rabbitescape.engine.util.Util.IdxObj< T >.IdxObj | ( | int | index, |
T | object | ||
) |
boolean rabbitescape.engine.util.Util.IdxObj< T >.equals | ( | Object | otherObj | ) |
int rabbitescape.engine.util.Util.IdxObj< T >.hashCode | ( | ) |
|
static |
String rabbitescape.engine.util.Util.IdxObj< T >.toString | ( | ) |
final int rabbitescape.engine.util.Util.IdxObj< T >.index |
final T rabbitescape.engine.util.Util.IdxObj< T >.object |