gov.nasa.worldwind.render
Class AbstractSurfaceShape.CacheEntry<T>
java.lang.Object
gov.nasa.worldwind.render.AbstractSurfaceShape.CacheEntry<T>
- Enclosing class:
- AbstractSurfaceShape
protected static class AbstractSurfaceShape.CacheEntry<T> - extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastModifiedTime
protected final long lastModifiedTime
value
protected final T value
AbstractSurfaceShape.CacheEntry
public AbstractSurfaceShape.CacheEntry(T value,
long lastModifiedTime)
getLastModifiedTime
public final long getLastModifiedTime()
getValue
public T getValue()
|
|