Uses of Class
us.irdev.bedrock.bag.BagArray
Package
Description
Provides text-based storage of objects and un-formatted data in a simple, hierarchical key/value
store.
Provides entry conversions.
Provides FormatReader and FormatWriter classes in support of the bedrock package.
Provides blah blah blah.
Provides blah blah blah.
-
Uses of BagArray in us.irdev.bedrock.bag
Modifier and TypeClassDescriptionclass
A collection of text-based values stored in a zero-based indexed array.Modifier and TypeMethodDescriptionAdds the element at the end of the underlying array store.static <ArrayType>
BagArrayBagArrayFrom.array
(ArrayType... array) static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
Bag.getBagArray
(String key) Retrieve a mapped element and return it as a BagArray.Bag.getBagArray
(String key, Supplier<BagArray> notFound) Retrieve a mapped element and return it as a BagArray.BagArray.getBagArray
(int index) Retrieve an indexed element and return it as a BagArray.static BagArray
BagArrayFrom.inputStream
(InputStream inputStream) static BagArray
BagArrayFrom.inputStream
(InputStream inputStream, String mimeType) static BagArray
BagArrayFrom.inputStream
(InputStream inputStream, String mimeType, Supplier<BagArray> fail) static BagArray
BagArrayFrom.inputStream
(InputStream inputStream, Supplier<BagArray> fail) Inserts the element at the given index of the underlying array store.static BagArray
Create a new BagArray and "add" the object.BagArray.query
(BooleanExpr match) BagArray.query
(BooleanExpr match, SelectKey selectKey) BagArray.queryTree
(BooleanExpr match, String childrenName) BagArray.queryTree
(BooleanExpr match, SelectKey selectKey, String childrenName) query a tree, assuming a structure of a BagArray of BagObjects where the objects might have children in a named field.BagArray.remove
(int index) Removes the element at the given index of the underlying array store.Replaces the element at the given index of the underlying array store.static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
BagArrayFrom.sourceAdapter
(SourceAdapter sourceAdapter) static BagArray
BagArrayFrom.sourceAdapter
(SourceAdapter sourceAdapter, Supplier<BagArray> fail) static BagArray
static BagArray
static BagArray
static BagArray
BagArray.subset
(int start) trim only from the endBagArray.subset
(int start, int count) static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
Modifier and TypeMethodDescriptionstatic BagArray
static BagArray
Bag.getBagArray
(String key, Supplier<BagArray> notFound) Retrieve a mapped element and return it as a BagArray.static BagArray
BagArrayFrom.inputStream
(InputStream inputStream, String mimeType, Supplier<BagArray> fail) static BagArray
BagArrayFrom.inputStream
(InputStream inputStream, Supplier<BagArray> fail) static BagArray
static BagArray
static BagArray
BagArrayFrom.sourceAdapter
(SourceAdapter sourceAdapter, Supplier<BagArray> fail) static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
static BagArray
-
Uses of BagArray in us.irdev.bedrock.bag.entry
ModifierConstructorDescriptionHandlerObjectFromTitlesArray
(BagArray titlesArray, Handler arrayHandler) -
Uses of BagArray in us.irdev.bedrock.bag.formats
Modifier and TypeMethodDescriptionstatic BagArray
static BagArray
ArrayFormatReader.readBagArray()
static BagArray
FormatReader.readBagArray
(SourceAdapter sourceAdapter) FormatReaderComposite.readBagArray()
FormatReaderDelimited.readBagArray()
FormatReaderJson.readBagArray()
FormatReaderTable.readBagArray()
FormatReaderTableAdapter.readBagArray()
FormatReaderXml.readBagArray()
ModifierConstructorDescriptionFormatReaderTable
(String input, Handler arrayHandler, BagArray titlesArray) -
Uses of BagArray in us.irdev.bedrock.database
-
Uses of BagArray in us.irdev.bedrock.service
Modifier and TypeMethodDescriptionprotected EventFilterResult
EventFilter.checkAllList
(Event event, BagArray allList) protected EventFilterResult
EventFilter.checkAnyList
(Event event, BagArray anyList) protected EventFilterResult
EventFilter.checkIpAddressList
(Event event, BagArray ipAddressList) protected EventFilterResult
EventFilter.checkSecretList
(Event event, BagArray secretList)