Class Neo4jValueConversion


  • public final class Neo4jValueConversion
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double[] getDoubleArray​(org.neo4j.values.storable.Value value)  
      static double getDoubleValue​(org.neo4j.values.storable.Value value)  
      static float[] getFloatArray​(org.neo4j.values.storable.Value value)  
      static long[] getLongArray​(org.neo4j.values.storable.Value value)  
      static long getLongValue​(org.neo4j.values.storable.Value value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLongValue

        public static long getLongValue​(org.neo4j.values.storable.Value value)
      • getDoubleValue

        public static double getDoubleValue​(org.neo4j.values.storable.Value value)
      • getLongArray

        public static long[] getLongArray​(org.neo4j.values.storable.Value value)
      • getDoubleArray

        public static double[] getDoubleArray​(org.neo4j.values.storable.Value value)
      • getFloatArray

        public static float[] getFloatArray​(org.neo4j.values.storable.Value value)