Interface ArrayInterface

  • All Known Implementing Classes:
    Array, MutableArray, Result

    @Internal
    public interface ArrayInterface
    Internal interface
    • Method Detail

      • count

        int count()
      • getInt

        int getInt​(int index)
      • getLong

        long getLong​(int index)
      • getFloat

        float getFloat​(int index)
      • getDouble

        double getDouble​(int index)
      • getBoolean

        boolean getBoolean​(int index)
      • getNumber

        @Nullable
        java.lang.Number getNumber​(int index)
      • getString

        @Nullable
        java.lang.String getString​(int index)
      • getDate

        @Nullable
        java.util.Date getDate​(int index)
      • getBlob

        @Nullable
        Blob getBlob​(int index)
      • getValue

        @Nullable
        java.lang.Object getValue​(int index)
      • toList

        @NonNull
        java.util.List<java.lang.Object> toList()
      • toJSON

        @NonNull
        java.lang.String toJSON()