|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.graphmatching.ArrayPropertyUtil
public class ArrayPropertyUtil
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.
| Constructor Summary | |
|---|---|
ArrayPropertyUtil()
|
|
| Method Summary | |
|---|---|
static java.util.Collection<java.lang.Object> |
propertyValueToCollection(java.lang.Object propertyValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayPropertyUtil()
| Method Detail |
|---|
public static java.util.Collection<java.lang.Object> propertyValueToCollection(java.lang.Object propertyValue)
propertyValue - node.getProperty value.
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||