public interface Vector
Represents Neo4j Vector type.
Since:
6.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Vector elements as an array.
    Vector element type.
  • Method Details

    • elementType

      Class<?> elementType()
      Vector element type.
      Returns:
      the element type
    • elements

      Object elements()
      Vector elements as an array.
      Returns:
      the array of vector elements