Uses of Class
us.irdev.bedrock.bag.BagArray
Packages that use 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
Classes in us.irdev.bedrock.bag that implement interfaces with type arguments of type BagArrayModifier and TypeClassDescriptionclass
A collection of text-based values stored in a zero-based indexed array.Methods in us.irdev.bedrock.bag that return BagArrayModifier 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
Methods in us.irdev.bedrock.bag with parameters of type BagArrayMethod parameters in us.irdev.bedrock.bag with type arguments of type BagArrayModifier 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
Constructors in us.irdev.bedrock.bag with parameters of type BagArray -
Uses of BagArray in us.irdev.bedrock.bag.entry
Constructors in us.irdev.bedrock.bag.entry with parameters of type BagArrayModifierConstructorDescriptionHandlerObjectFromTitlesArray
(BagArray titlesArray, Handler arrayHandler) -
Uses of BagArray in us.irdev.bedrock.bag.formats
Methods in us.irdev.bedrock.bag.formats that return BagArrayModifier 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()
Methods in us.irdev.bedrock.bag.formats with parameters of type BagArrayConstructors in us.irdev.bedrock.bag.formats with parameters of type BagArrayModifierConstructorDescriptionFormatReaderTable
(String input, Handler arrayHandler, BagArray titlesArray) -
Uses of BagArray in us.irdev.bedrock.database
Methods in us.irdev.bedrock.database that return BagArrayMethods in us.irdev.bedrock.database with parameters of type BagArray -
Uses of BagArray in us.irdev.bedrock.service
Methods in us.irdev.bedrock.service with parameters of type BagArrayModifier 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)