Interface Int32Vector

All Superinterfaces:
Vector

public sealed interface Int32Vector extends Vector
Represents Neo4j Vector type that holds a sequence of int values.
Since:
6.0.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    Returns array with vector elements.
    Returns Neo4j Vector as a String.

    Methods inherited from interface org.neo4j.driver.types.Vector

    elementType, length
  • Method Details

    • toArray

      int[] toArray()
      Returns array with vector elements.
      Returns:
      the array with vector elements
    • toString

      String toString()
      Returns Neo4j Vector as a String.

      For example:

      vector([0], 1, INTEGER32 NOT NULL)
      Overrides:
      toString in class Object
      Returns:
      the string value