Neo4j

Uses of Class
org.neo4j.server.rest.repr.ListRepresentation

Packages that use ListRepresentation
org.neo4j.server.rest.repr   
 

Uses of ListRepresentation in org.neo4j.server.rest.repr
 

Methods in org.neo4j.server.rest.repr that return ListRepresentation
static ListRepresentation ListRepresentation.numbers(double[] values)
           
static ListRepresentation ListRepresentation.numbers(long... values)
           
static ListRepresentation ListRepresentation.relationshipTypes(Iterable<RelationshipType> types)
           
static ListRepresentation ListRepresentation.string(Iterable<String> values)
           
static ListRepresentation ListRepresentation.strings(String... values)
           
 

Methods in org.neo4j.server.rest.repr with parameters of type ListRepresentation
 void ListSerializer.addList(ListRepresentation value)
           
 void MappingSerializer.putList(String key, ListRepresentation value)
           
 


Neo4j

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