org.neo4j.graphmatching
Class ArrayPropertyUtil
java.lang.Object
org.neo4j.graphmatching.ArrayPropertyUtil
Deprecated.
@Deprecated
public class ArrayPropertyUtil
- extends Object
Just a temporary utility for dealing with Neo4j properties that are arrays.
Since the Neo4j kernel arrays are returned as fundamental types, f.ex. int[],
float[], String[] etc... And we'd like to deal with those as objects instead
so that an equals method may be used.
ArrayPropertyUtil
public ArrayPropertyUtil()
- Deprecated.
propertyValueToCollection
public static Collection<Object> propertyValueToCollection(Object propertyValue)
- Deprecated.
- Parameters:
propertyValue
- node.getProperty value.
- Returns:
- a collection of all the values from a property. If the value is
just a plain "single" value the collection will contain that
single value. If the value is an array of values, all those
values are added to the collection.
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.