|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsim.field.SparseField.LocationAndIndex
public static class SparseField.LocationAndIndex
Objects stored in SparseField's locationAndIndexHash table. This class contains an Object location and an int index. index is the position of the objects in the allObjects bag.
Constructor Summary | |
---|---|
SparseField.LocationAndIndex(java.lang.Object location,
int index)
|
Method Summary | |
---|---|
int |
getIndex()
|
java.lang.Object |
getLocation()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SparseField.LocationAndIndex(java.lang.Object location, int index)
Method Detail |
---|
public java.lang.Object getLocation()
public int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |