Class SFSArrayLite

    • Constructor Detail

      • SFSArrayLite

        public SFSArrayLite()
    • Method Detail

      • getByte

        public java.lang.Byte getByte​(int index)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Byte. It can be null if no element exists for the specified index
        Specified by:
        getByte in interface ISFSArray
        Overrides:
        getByte in class SFSArray
        Returns:
        the element, or null
      • getShort

        public java.lang.Short getShort​(int index)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Short. It can be null if no element exists for the specified index
        Specified by:
        getShort in interface ISFSArray
        Overrides:
        getShort in class SFSArray
        Returns:
        the element, or null
      • getLong

        public java.lang.Long getLong​(int index)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Long. It can be null if no element exists for the specified index
        Specified by:
        getLong in interface ISFSArray
        Overrides:
        getLong in class SFSArray
        Returns:
        the element, or null
      • getFloat

        public java.lang.Float getFloat​(int index)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Float. It can be null if no element exists for the specified index
        Specified by:
        getFloat in interface ISFSArray
        Overrides:
        getFloat in class SFSArray
        Returns:
        the element, or null
      • getBoolArray

        public java.util.Collection<java.lang.Boolean> getBoolArray​(int key)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Collection of Boolean. It can be null if no element exists for the specified index
        Specified by:
        getBoolArray in interface ISFSArray
        Overrides:
        getBoolArray in class SFSArray
        Returns:
        the element, or null
      • getShortArray

        public java.util.Collection<java.lang.Short> getShortArray​(int key)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Collection of Short. It can be null if no element exists for the specified index
        Specified by:
        getShortArray in interface ISFSArray
        Overrides:
        getShortArray in class SFSArray
        Returns:
        the element, or null
      • getIntArray

        public java.util.Collection<java.lang.Integer> getIntArray​(int key)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Collection of Int. It can be null if no element exists for the specified index
        Specified by:
        getIntArray in interface ISFSArray
        Overrides:
        getIntArray in class SFSArray
        Returns:
        the element, or null
      • getFloatArray

        public java.util.Collection<java.lang.Float> getFloatArray​(int key)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Collection of Float. It can be null if no element exists for the specified index
        Specified by:
        getFloatArray in interface ISFSArray
        Overrides:
        getFloatArray in class SFSArray
        Returns:
        the element, or null
      • getDoubleArray

        public java.util.Collection<java.lang.Double> getDoubleArray​(int key)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Collection of Double. It can be null if no element exists for the specified index
        Specified by:
        getDoubleArray in interface ISFSArray
        Overrides:
        getDoubleArray in class SFSArray
        Returns:
        the element, or null
      • getUtfStringArray

        public java.util.Collection<java.lang.String> getUtfStringArray​(int key)
        Description copied from interface: ISFSArray
        Get the element at the specified index as Collection of String. It can be null if no element exists for the specified index
        Specified by:
        getUtfStringArray in interface ISFSArray
        Overrides:
        getUtfStringArray in class SFSArray
        Returns:
        the element, or null