Neo4j Enterprise

Uses of Class
org.neo4j.helpers.Pair

Packages that use Pair
org.neo4j.helpers Common Java utilities. 
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
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
<T1,T2> Pair<T1,T2>
Pair.of(T1 first, T2 other)
          Create a new pair of objects.
 Pair<T2,T3> Triplet.other()
           
 

Uses of Pair in org.neo4j.helpers.collection
 

Method parameters in org.neo4j.helpers.collection with type arguments of type Pair
static
<K,V> Map<K,V>
MapUtil.toMap(Iterable<Pair<K,V>> pairs)
           
static
<K,V> Map<K,V>
MapUtil.toMap(Iterator<Pair<K,V>> pairs)
           
 

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.management
 

Methods in org.neo4j.management that return Pair
 Pair<Neo4jManager,HighAvailability> ClusterMemberInfo.connect()
           
 Pair<Neo4jManager,HighAvailability> ClusterMemberInfo.connect(String username, String password)
           
 


Neo4j Enterprise

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