- get(int) - Method in class org.dbrain.data.csv.CsvCursor
-
Read the field value.
- get(String) - Method in class org.dbrain.data.csv.CsvCursor
-
Get the value of the field or null.
- get(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- get(int) - Method in class org.dbrain.data.json.JsonList
-
- get(Object) - Method in class org.dbrain.data.json.JsonMap
-
- get() - Method in class org.dbrain.data.json.JsonValue.JsonBoolean
-
- get() - Method in class org.dbrain.data.json.JsonValue.JsonString
-
- get(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- get(Token) - Method in class org.dbrain.data.text.TokenParser
-
- get(Token, Token) - Method in class org.dbrain.data.text.TokenParser
-
- get(Token, Token, Token) - Method in class org.dbrain.data.text.TokenParser
-
- getAs(int, Function<Object, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getAs(Function<String, T>) - Method in class org.dbrain.data.json.JsonValue.JsonString
-
- getAs(String, Function<Object, T>) - Method in interface org.dbrain.data.NamedFields
-
- getBoolean(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getBoolean(int) - Method in class org.dbrain.data.json.JsonList
-
- getBoolean(String) - Method in class org.dbrain.data.json.JsonMap
-
- getBoolean(String, Function<? super Boolean, T>) - Method in class org.dbrain.data.json.JsonMap
-
- getBoolean(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getBooleanAs(int, Function<? super Boolean, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getBooleanAs(int, Function<Boolean, T>) - Method in class org.dbrain.data.json.JsonList
-
- getBooleanAs(String, Function<? super Boolean, T>) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getByte(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getByte(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getByteAs(int, Function<? super Byte, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getByteAs(String, Function<? super Byte, T>) - Method in interface org.dbrain.data.NamedFields
-
- getCurrent() - Method in class org.dbrain.data.text.LineCursor
-
The the line currently loaded in the cursor.
- getDouble(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getDouble(int) - Method in class org.dbrain.data.json.JsonList
-
- getDouble(String) - Method in class org.dbrain.data.json.JsonMap
-
- getDouble(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getDoubleAs(int, Function<? super Double, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getDoubleAs(int, Function<Double, T>) - Method in class org.dbrain.data.json.JsonList
-
- getDoubleAs(String, Function<? super Double, T>) - Method in class org.dbrain.data.json.JsonMap
-
- getDoubleAs(String, Function<? super Double, T>) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getFloat(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getFloat(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getFloatAs(int, Function<? super Float, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getFloatAs(String, Function<? super Float, T>) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getIdentifier() - Method in class org.dbrain.data.text.TokenParser
-
Read the identifier getValue from the parser.
- getInt(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getInt(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getIntAs(int, Function<? super Integer, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getIntAs(String, Function<? super Integer, T>) - Method in interface org.dbrain.data.NamedFields
-
- getKeyword() - Method in class org.dbrain.data.text.TokenParser
-
Read the keyword from the parser.
- getList(String) - Method in class org.dbrain.data.json.JsonMap
-
- getLong(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getLong(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getLongAs(int, Function<? super Long, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getLongAs(String, Function<? super Long, T>) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getMap(String) - Method in class org.dbrain.data.json.JsonMap
-
- getNext() - Method in class org.dbrain.data.text.LineCursor
-
- getNumeric() - Method in class org.dbrain.data.text.TokenParser
-
Read the numeric getValue from the parser.
- getOrDefault(Object, JsonValue) - Method in class org.dbrain.data.json.JsonMap
-
- getShort(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getShort(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getShortAs(int, Function<? super Short, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getShortAs(String, Function<? super Short, T>) - Method in interface org.dbrain.data.NamedFields
-
- getStatus() - Method in class org.dbrain.data.text.LineCursor
-
- getString(int) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getString(int) - Method in class org.dbrain.data.json.JsonList
-
- getString(String) - Method in class org.dbrain.data.json.JsonMap
-
- getString(String) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getString() - Method in class org.dbrain.data.text.TokenParser
-
Read the string getValue from the parser.
- getStringAs(int, Function<? super String, T>) - Method in interface org.dbrain.data.IndexedFields
-
Read the field at the specified index.
- getStringAs(int, Function<String, T>) - Method in class org.dbrain.data.json.JsonList
-
- getStringAs(String, Function<? super String, T>) - Method in class org.dbrain.data.json.JsonMap
-
- getStringAs(String, Function<? super String, T>) - Method in interface org.dbrain.data.NamedFields
-
Read the field having the specified name.
- getToken() - Method in class org.dbrain.data.json.JsonParser
-
- getToken() - Method in class org.dbrain.data.text.TokenParser
-
Get the available token in the stream.
- getValidToken(Token) - Method in class org.dbrain.data.text.TokenParser
-
- getValidToken(Token, Token) - Method in class org.dbrain.data.text.TokenParser
-
- getValidToken(Token, Token, Token) - Method in class org.dbrain.data.text.TokenParser
-