NASA World Wind

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

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

protected static class AbstractSurfaceShape.CacheEntry<T>
extends Object


Field Summary
protected  long lastModifiedTime
           
protected  T value
           
 
Constructor Summary
AbstractSurfaceShape.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

AbstractSurfaceShape.CacheEntry

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

getLastModifiedTime

public final long getLastModifiedTime()

getValue

public T getValue()

NASA World Wind

Hosted by docs.bugaco.com