|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
---|---|
org.neo4j.helpers | Common Java utilities. |
org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
org.neo4j.kernel.configuration | |
org.neo4j.management | Advanced management support using JMX. |
Uses of Pair in org.neo4j.helpers |
---|
Subclasses of Pair in org.neo4j.helpers | |
---|---|
class |
Triplet<T1,T2,T3>
Utility to handle triplets of objects. |
Methods in org.neo4j.helpers that return Pair | ||
---|---|---|
static
|
Pair.of(T1 first,
T2 other)
Create a new pair of objects. |
|
Pair<T2,T3> |
Triplet.other()
|
Uses of Pair in org.neo4j.kernel |
---|
Methods in org.neo4j.kernel that return Pair | |
---|---|
protected Pair<AtomicInteger,TraversalBranch[]> |
LevelSelectorOrderer.initialState()
|
Uses of Pair in org.neo4j.kernel.configuration |
---|
Methods in org.neo4j.kernel.configuration that return types with arguments of type Pair | ||
---|---|---|
|
AnnotatedFieldHarvester.findStatic(Class<?> clazz,
Class<T> type)
Find all static fields of a given type. |
|
|
AnnotatedFieldHarvester.findStatic(Class<?> clazz,
Class<T> type,
Class annotation)
Find all static fields of a given type, annotated with some given annotation. |
Uses of Pair in org.neo4j.management |
---|
Methods in org.neo4j.management that return Pair | |
---|---|
Pair<Neo4jManager,HighAvailability> |
InstanceInfo.connect()
|
Pair<Neo4jManager,HighAvailability> |
InstanceInfo.connect(String username,
String password)
|
|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |