|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jdesktop.wonderland.common.cell.CellID
public class CellID
CellID provides a unique id for cells from a specific wonderland world instance.
| Constructor Summary | |
|---|---|
CellID(long id)
Creates a new instance of CellID. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static CellID |
getEnvironmentCellID()
Returns a cellID that represents the environment cell |
static long |
getFirstCellID()
Get the first cell ID that should be assigned to cells |
static CellID |
getInvalidCellID()
Returns a cellID that represents an invalid cell |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CellID(long id)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static long getFirstCellID()
public static CellID getInvalidCellID()
public static CellID getEnvironmentCellID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||