NASA World Wind

gov.nasa.worldwind.render
Class SurfaceIcon.CacheEntry<T>

java.lang.Object
  extended by gov.nasa.worldwind.render.SurfaceIcon.CacheEntry<T>
Enclosing class:
SurfaceIcon

protected static class SurfaceIcon.CacheEntry<T>
extends Object


Field Summary
protected  long lastModifiedTime
           
protected  T value
           
 
Constructor Summary
SurfaceIcon.CacheEntry(T value, long lastModifiedTime)
           
 
Method Summary
 long getLastModifiedTime()
           
 T getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastModifiedTime

protected final long lastModifiedTime

value

protected final T value
Constructor Detail

SurfaceIcon.CacheEntry

public SurfaceIcon.CacheEntry(T value,
                              long lastModifiedTime)
Method Detail

getLastModifiedTime

public final long getLastModifiedTime()

getValue

public T getValue()

NASA World Wind

Hosted by docs.bugaco.com