Interface PropertyTranslator.OfDoubleArray<T>

    • Method Detail

      • toDoubleArray

        double[] toDoubleArray​(T data,
                               long nodeId)
      • toProperty

        default org.neo4j.values.storable.Value toProperty​(int propertyId,
                                                           T data,
                                                           long nodeId)
        Specified by:
        toProperty in interface PropertyTranslator<T>