gov.nasa.worldwind.render
Class SurfaceIcon.CacheEntry<T>
java.lang.Object
gov.nasa.worldwind.render.SurfaceIcon.CacheEntry<T>
- Enclosing class:
- SurfaceIcon
protected static class SurfaceIcon.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
SurfaceIcon.CacheEntry
public SurfaceIcon.CacheEntry(T value,
long lastModifiedTime)
getLastModifiedTime
public final long getLastModifiedTime()
getValue
public T getValue()
|
|