private static class Tile.CachedCallable<V> extends Object implements Callable<V>
private Callable<V>
callable
private V
result
CachedCallable(Callable<V> callable)
V
call()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private V result
private Callable<V> callable
public V call()
call
Callable<V>
JOSM