Neo4j Community

Uses of Class
org.neo4j.helpers.Pair

Packages that use Pair
org.neo4j.helpers Common Java utilities. 
 

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()
           
 


Neo4j Community

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