- forEach(Consumer<? super JsonValue>) - Method in class org.dbrain.data.json.JsonList
-
- forEach(BiConsumer<? super String, ? super JsonValue>) - Method in class org.dbrain.data.json.JsonMap
-
- Format<T> - Interface in org.dbrain.data.text
-
A format can produce a textual representation of an entity and also, create an entity from a textual representation.
- format(T) - Method in interface org.dbrain.data.text.Formatter
-
- format(LocalDate) - Method in class org.dbrain.data.text.LocalDateFormat
-
- FormatException - Exception in org.dbrain.data.text
-
- FormatException() - Constructor for exception org.dbrain.data.text.FormatException
-
- FormatException(String) - Constructor for exception org.dbrain.data.text.FormatException
-
- FormatException(String, Throwable) - Constructor for exception org.dbrain.data.text.FormatException
-
- FormatException(Throwable) - Constructor for exception org.dbrain.data.text.FormatException
-
- Formatter<T> - Interface in org.dbrain.data.text
-
Simple contract that provide a String representation from a T value.
- ForwardCursor - Interface in org.dbrain.data.access
-
Allows to read tabular data in a Forward-only manner.
- Fqn - Interface in org.dbrain.data
-
Describe a fully qualified name.
- Fqn.Builder - Interface in org.dbrain.data
-
Builder interface for the Fqn.
- FQN_PATTERN_RESERVED_CHARS - Static variable in class org.dbrain.data.impl.fqn.FqnUtils
-
- FQN_RESERVED_CHARS - Static variable in class org.dbrain.data.impl.fqn.FqnUtils
-
- FqnBuilderImpl - Class in org.dbrain.data.impl.fqn
-
Builder implementation of Fully Qualified Names.
- FqnBuilderImpl() - Constructor for class org.dbrain.data.impl.fqn.FqnBuilderImpl
-
- FqnImpl - Class in org.dbrain.data.impl.fqn
-
Implements the Fqn.
- FqnImpl(List<String>) - Constructor for class org.dbrain.data.impl.fqn.FqnImpl
-
Use the of(xxx) factory.
- FqnPattern - Interface in org.dbrain.data
-
Pattern to match a Fqn.
- FqnPattern.Builder - Interface in org.dbrain.data
-
Allows to build Fqn Patterns.
- FqnPattern.MatchResult - Interface in org.dbrain.data
-
Match result of a pattern matching.
- FqnPattern.Specs - Interface in org.dbrain.data
-
Specifications of this pattern.
- FqnPattern.Type - Enum in org.dbrain.data
-
Define the type of pattern.
- FqnPatternBuilderImpl - Class in org.dbrain.data.impl.fqn
-
Implementation of the Pattern Builder.
- FqnPatternBuilderImpl() - Constructor for class org.dbrain.data.impl.fqn.FqnPatternBuilderImpl
-
- FqnPatternImpl - Class in org.dbrain.data.impl.fqn
-
Implementation of the Fqn Pattern.
- FqnPatternImpl(FqnPatternImpl.Node, int) - Constructor for class org.dbrain.data.impl.fqn.FqnPatternImpl
-
- FqnPatternImpl.ManyNode - Class in org.dbrain.data.impl.fqn
-
- FqnPatternImpl.Node - Class in org.dbrain.data.impl.fqn
-
- FqnPatternImpl.OneNode - Class in org.dbrain.data.impl.fqn
-
- FqnPatternImpl.PartMatchingNode - Interface in org.dbrain.data.impl.fqn
-
Denote a node that returns a part in the match result.
- FqnPatternImpl.SpecificNode - Class in org.dbrain.data.impl.fqn
-
- FqnUtils - Class in org.dbrain.data.impl.fqn
-
Implements parsing of Fully Qualified Name and Patterns.
- FqnUtils() - Constructor for class org.dbrain.data.impl.fqn.FqnUtils
-
- from(Fqn) - Static method in interface org.dbrain.data.Fqn
-
Start building a Fqn from another name.
- fromSegment(String) - Static method in interface org.dbrain.data.Fqn
-
Start building a Fqn from an initial segment.
- Functions - Class in org.dbrain.data.util
-
Classes that contains static methods to manipulate adapters.
- Functions() - Constructor for class org.dbrain.data.util.Functions
-
- get(int) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- get(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- 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 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() - Method in class org.dbrain.data.text.LineCursor
-
The the line currently loaded in the cursor.
- get() - Method in class org.dbrain.data.text.ReaderCursor
-
- 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.access.IndexedFields
-
Read the field at the specified index.
- getAs(String, Function<Object, T>) - Method in interface org.dbrain.data.access.NamedFields
-
- getAs(Function<String, T>) - Method in class org.dbrain.data.json.JsonValue.JsonString
-
- getBoolean(int) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getBoolean(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- 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
-
- getBooleanAs(int, Function<? super Boolean, T>) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getBooleanAs(String, Function<? super Boolean, T>) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- getBooleanAs(int, Function<Boolean, T>) - Method in class org.dbrain.data.json.JsonList
-
- getByte(int) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getByte(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- getByteAs(int, Function<? super Byte, T>) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getByteAs(String, Function<? super Byte, T>) - Method in interface org.dbrain.data.access.NamedFields
-
- getDouble(int) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getDouble(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- getDouble(int) - Method in class org.dbrain.data.json.JsonList
-
- getDouble(String) - Method in class org.dbrain.data.json.JsonMap
-
- getDoubleAs(int, Function<? super Double, T>) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getDoubleAs(String, Function<? super Double, T>) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- 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
-
- getFloat(int) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getFloat(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- getFloatAs(int, Function<? super Float, T>) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getFloatAs(String, Function<? super Float, T>) - Method in interface org.dbrain.data.access.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.access.IndexedFields
-
Read the field at the specified index.
- getInt(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- getIntAs(int, Function<? super Integer, T>) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getIntAs(String, Function<? super Integer, T>) - Method in interface org.dbrain.data.access.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.access.IndexedFields
-
Read the field at the specified index.
- getLong(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- getLongAs(int, Function<? super Long, T>) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getLongAs(String, Function<? super Long, T>) - Method in interface org.dbrain.data.access.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
-
- getNext() - Method in class org.dbrain.data.text.ReaderCursor
-
Move cursor forward one position and get the character.
- 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
-
- getPart(int) - Method in interface org.dbrain.data.FqnPattern.MatchResult
-
- getSegment() - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl.SpecificNode
-
- getShort(int) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getShort(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- getShortAs(int, Function<? super Short, T>) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getShortAs(String, Function<? super Short, T>) - Method in interface org.dbrain.data.access.NamedFields
-
- getSpecs() - Method in interface org.dbrain.data.FqnPattern
-
- getSpecs() - Method in class org.dbrain.data.impl.fqn.FqnPatternImpl
-
- getString(int) - Method in interface org.dbrain.data.access.IndexedFields
-
Read the field at the specified index.
- getString(String) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- getString(int) - Method in class org.dbrain.data.json.JsonList
-
- getString(String) - Method in class org.dbrain.data.json.JsonMap
-
- 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.access.IndexedFields
-
Read the field at the specified index.
- getStringAs(String, Function<? super String, T>) - Method in interface org.dbrain.data.access.NamedFields
-
Read the field having the specified name.
- 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
-
- 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.
- getType() - Method in interface org.dbrain.data.FqnPattern.Specs
-
- 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
-