Package io.hstream

Class HArray


  • public class HArray
    extends Object
    A data structure like array
    • Constructor Detail

      • HArray

        public HArray​(com.google.protobuf.ListValue delegate)
    • Method Detail

      • getDelegate

        public com.google.protobuf.ListValue getDelegate()
      • size

        public int size()
      • getBoolean

        public boolean getBoolean​(int index)
      • getInt

        public int getInt​(int index)
      • getDouble

        public double getDouble​(int index)
      • getLong

        public long getLong​(int index)
      • getString

        public String getString​(int index)
      • getHArray

        public HArray getHArray​(int index)
      • getHRecord

        public HRecord getHRecord​(int index)