Constructor and Description |
---|
SFSArrayLite() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Boolean> |
getBoolArray(int key)
Get the element at the specified index as Collection of Boolean.
|
java.lang.Byte |
getByte(int index)
Get the element at the specified index as Byte.
|
java.util.Collection<java.lang.Double> |
getDoubleArray(int key)
Get the element at the specified index as Collection of Double.
|
java.lang.Float |
getFloat(int index)
Get the element at the specified index as Float.
|
java.util.Collection<java.lang.Float> |
getFloatArray(int key)
Get the element at the specified index as Collection of Float.
|
java.util.Collection<java.lang.Integer> |
getIntArray(int key)
Get the element at the specified index as Collection of Int.
|
java.lang.Long |
getLong(int index)
Get the element at the specified index as Long.
|
java.lang.Short |
getShort(int index)
Get the element at the specified index as Short.
|
java.util.Collection<java.lang.Short> |
getShortArray(int key)
Get the element at the specified index as Collection of Short.
|
java.util.Collection<java.lang.String> |
getUtfStringArray(int key)
Get the element at the specified index as Collection of String.
|
static SFSArrayLite |
newInstance() |
add, addBool, addBoolArray, addByte, addByteArray, addClass, addDouble, addDoubleArray, addFloat, addFloatArray, addInt, addIntArray, addLong, addLongArray, addNull, addSFSArray, addSFSObject, addShort, addShortArray, addText, addUtfString, addUtfStringArray, contains, get, getBool, getByteArray, getClass, getDouble, getDump, getDump, getElementAt, getHexDump, getInt, getLongArray, getSFSArray, getSFSObject, getText, getUnsignedByte, getUnsignedByteArray, getUtfString, isNull, iterator, newFromBinaryData, newFromJsonData, newFromResultSet, removeElementAt, size, toBinary, toJson, toString
public static SFSArrayLite newInstance()
public java.lang.Byte getByte(int index)
ISFSArray
public java.lang.Short getShort(int index)
ISFSArray
public java.lang.Long getLong(int index)
ISFSArray
public java.lang.Float getFloat(int index)
ISFSArray
public java.util.Collection<java.lang.Boolean> getBoolArray(int key)
ISFSArray
getBoolArray
in interface ISFSArray
getBoolArray
in class SFSArray
public java.util.Collection<java.lang.Short> getShortArray(int key)
ISFSArray
getShortArray
in interface ISFSArray
getShortArray
in class SFSArray
public java.util.Collection<java.lang.Integer> getIntArray(int key)
ISFSArray
getIntArray
in interface ISFSArray
getIntArray
in class SFSArray
public java.util.Collection<java.lang.Float> getFloatArray(int key)
ISFSArray
getFloatArray
in interface ISFSArray
getFloatArray
in class SFSArray
public java.util.Collection<java.lang.Double> getDoubleArray(int key)
ISFSArray
getDoubleArray
in interface ISFSArray
getDoubleArray
in class SFSArray
public java.util.Collection<java.lang.String> getUtfStringArray(int key)
ISFSArray
getUtfStringArray
in interface ISFSArray
getUtfStringArray
in class SFSArray