|
|||||||||
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.
Field Summary | |
---|---|
int |
index
|
java.lang.Object |
location
|
Bag |
otherObjectsAtLocation
|
Constructor Summary | |
---|---|
SparseField.LocationAndIndex(java.lang.Object location,
int index)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Object location
public int index
public Bag otherObjectsAtLocation
Constructor Detail |
---|
public SparseField.LocationAndIndex(java.lang.Object location, int index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |