org.neo4j.helpers
Class FutureAdapter.Present<V>
java.lang.Object
org.neo4j.helpers.FutureAdapter<V>
org.neo4j.helpers.FutureAdapter.Present<V>
- All Implemented Interfaces:
- Future<V>
- Enclosing class:
- FutureAdapter<V>
public static class FutureAdapter.Present<V>
- extends FutureAdapter<V>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FutureAdapter.Present
public FutureAdapter.Present(V value)
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.