org.neo4j.helpers
Class FutureAdapter.Present<V>

java.lang.Object
  extended by org.neo4j.helpers.FutureAdapter<V>
      extended by org.neo4j.helpers.FutureAdapter.Present<V>
All Implemented Interfaces:
Future<V>
Enclosing class:
FutureAdapter<V>

public static class FutureAdapter.Present<V>
extends FutureAdapter<V>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.helpers.FutureAdapter
FutureAdapter.Present<V>
 
Field Summary
 
Fields inherited from class org.neo4j.helpers.FutureAdapter
VOID
 
Constructor Summary
FutureAdapter.Present(V value)
           
 
Method Summary
 V get()
           
 V get(long timeout, TimeUnit unit)
           
 boolean isDone()
           
 
Methods inherited from class org.neo4j.helpers.FutureAdapter
cancel, future, isCancelled, latchGuardedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FutureAdapter.Present

public FutureAdapter.Present(V value)
Method Detail

isDone

public boolean isDone()

get

public V get()

get

public V get(long timeout,
             TimeUnit unit)


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.