|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.worldwind.render.AbstractSurfaceObject.SurfaceObjectStateKey
protected static class AbstractSurfaceObject.SurfaceObjectStateKey
Represents a surface object's current state. StateKey uniquely identifies a surface object's current state as follows:
Field Summary | |
---|---|
protected long |
modifiedTime
The SurfaceObject's modified time. |
protected long |
uniqueId
The SurfaceObject's unique ID. |
Constructor Summary | |
---|---|
AbstractSurfaceObject.SurfaceObjectStateKey(long uniqueId,
long modifiedTime)
Constructs a new SurfaceObjectStateKey with the specified unique ID and modified time. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
long |
getSizeInBytes()
Returns the state key's size in bytes. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final long modifiedTime
protected final long uniqueId
Constructor Detail |
---|
public AbstractSurfaceObject.SurfaceObjectStateKey(long uniqueId, long modifiedTime)
uniqueId
- the SurfaceObject's unique ID.modifiedTime
- the SurfaceObject's modified time.Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public long getSizeInBytes()
getSizeInBytes
in interface Cacheable
public int hashCode()
hashCode
in class Object
|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |