- Casts - Class in org.dbrain.data
-
Methods used to coerce values to specific types.
- Casts() - Constructor for class org.dbrain.data.Casts
-
- clear() - Method in class org.dbrain.data.json.JsonList
-
- clear() - Method in class org.dbrain.data.json.JsonMap
-
- clone(T) - Static method in class org.dbrain.data.util.Serializables
-
Deep clone using serializable interface.
- close() - Method in class org.dbrain.data.csv.CsvCursor
-
Close the underlying cursor.
- close() - Method in class org.dbrain.data.parsing.InputStreamCursor
-
Close the underlying reader.
- close() - Method in class org.dbrain.data.parsing.ReaderCursor
-
Close the underlying reader.
- close() - Method in class org.dbrain.data.parsing.TokenParser
-
Close the underlying stream.
- compose(Function<FROM, ? extends MIDDLE>, Function<MIDDLE, TO>) - Static method in class org.dbrain.data.util.Functions
-
Plugs two adapters together to make a single combined adapter.
- compose(Function<FROM, ? extends MIDDLE1>, Function<MIDDLE1, ? extends MIDDLE2>, Function<MIDDLE2, TO>) - Static method in class org.dbrain.data.util.Functions
-
Combine three adapters together to make a single adapter.
- compose(Function<FROM, ? extends MIDDLE1>, Function<MIDDLE1, ? extends MIDDLE2>, Function<MIDDLE2, ? extends MIDDLE3>, Function<MIDDLE3, TO>) - Static method in class org.dbrain.data.util.Functions
-
Combine four adapters together to make a single adapter.
- composeAlike(Function<T, T>, Function<T, T>) - Static method in class org.dbrain.data.util.Functions
-
Combine 2 adapters that process the same type.
- composeAlike(Function<T, T>, Function<T, T>, Function<T, T>) - Static method in class org.dbrain.data.util.Functions
-
- composeAlike(Function<T, T>, Function<T, T>, Function<T, T>, Function<T, T>) - Static method in class org.dbrain.data.util.Functions
-
- compute(String, BiFunction<? super String, ? super JsonValue, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
-
- computeIfAbsent(String, Function<? super String, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
-
- computeIfPresent(String, BiFunction<? super String, ? super JsonValue, ? extends JsonValue>) - Method in class org.dbrain.data.json.JsonMap
-
- consume() - Method in class org.dbrain.data.parsing.InputStreamCursor
-
Invalidate current character without reading the next one.
- consume() - Method in class org.dbrain.data.parsing.ReaderCursor
-
Invalidate current character without reading the next one.
- consume() - Method in class org.dbrain.data.parsing.TokenParser
-
Used to invalidate current token getValue and set the parsed
flag to false, firing the parsing of a new token from the stream.
- contains(Object) - Method in class org.dbrain.data.json.JsonList
-
- containsAll(Collection<?>) - Method in class org.dbrain.data.json.JsonList
-
- containsKey(Object) - Method in class org.dbrain.data.json.JsonMap
-
- containsValue(Object) - Method in class org.dbrain.data.json.JsonMap
-
- CsvCursor - Class in org.dbrain.data.csv
-
Tabular reader class to read CSV datasources.
- CsvCursor(Reader, int, int, String[]) - Constructor for class org.dbrain.data.csv.CsvCursor
-
Create a new cursor to read tabular data from a text stream.
- CsvCursor(Reader, int, int) - Constructor for class org.dbrain.data.csv.CsvCursor
-
Create a new cursor to read tabular data from a text stream.
- CsvCursor(Reader, int) - Constructor for class org.dbrain.data.csv.CsvCursor
-
Create a new cursor to read tabular data from a text stream.
- current() - Method in class org.dbrain.data.parsing.InputStreamCursor
-
- current() - Method in class org.dbrain.data.parsing.ReaderCursor
-
- CursorStatus - Enum in org.dbrain.data.parsing
-
Created with IntelliJ IDEA.
- 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.parsing.TokenParser
-
- get(Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
-
- get(Token, Token, Token) - Method in class org.dbrain.data.parsing.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.parsing.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.parsing.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.parsing.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.parsing.LineCursor
-
- getNumeric() - Method in class org.dbrain.data.parsing.TokenParser
-
Read the numeric getValue from the parser.
- getOrDefault(Object, JsonValue) - Method in class org.dbrain.data.json.JsonMap
-
- getSegment(int) - Method in class org.dbrain.data.Fqn
-
- 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
-
- getSize() - Method in class org.dbrain.data.Fqn
-
- getStatus() - Method in class org.dbrain.data.parsing.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.parsing.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.parsing.TokenParser
-
Get the available token in the stream.
- getValidToken(Token) - Method in class org.dbrain.data.parsing.TokenParser
-
- getValidToken(Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
-
- getValidToken(Token, Token, Token) - Method in class org.dbrain.data.parsing.TokenParser
-