Class QueryResponse.WrappedPrimitive

  • Enclosing class:
    QueryResponse

    public static class QueryResponse.WrappedPrimitive
    extends java.lang.Object
    Used to wrap an array of primitive doubles in order to avoid boxing for marshaling.
    • Constructor Detail

      • WrappedPrimitive

        public WrappedPrimitive()
      • WrappedPrimitive

        public WrappedPrimitive​(double[] values)
    • Method Detail

      • getList

        public double[] getList()
      • setList

        public void setList​(double[] values)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object