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 TypeClassDescriptionclassA 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 BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArrayBag.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 BagArrayBagArrayFrom.inputStream(InputStream inputStream) static BagArrayBagArrayFrom.inputStream(InputStream inputStream, String mimeType) static BagArrayBagArrayFrom.inputStream(InputStream inputStream, String mimeType, Supplier<BagArray> fail) static BagArrayBagArrayFrom.inputStream(InputStream inputStream, Supplier<BagArray> fail) Inserts the element at the given index of the underlying array store.static BagArrayCreate 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 BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArrayBagArrayFrom.sourceAdapter(SourceAdapter sourceAdapter) static BagArrayBagArrayFrom.sourceAdapter(SourceAdapter sourceAdapter, Supplier<BagArray> fail) static BagArraystatic BagArraystatic BagArraystatic BagArrayBagArray.subset(int start) trim only from the endBagArray.subset(int start, int count) static BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArrayMethods in us.irdev.bedrock.bag with parameters of type BagArrayMethod parameters in us.irdev.bedrock.bag with type arguments of type BagArrayModifier and TypeMethodDescriptionstatic BagArraystatic BagArrayBag.getBagArray(String key, Supplier<BagArray> notFound) Retrieve a mapped element and return it as a BagArray.static BagArrayBagArrayFrom.inputStream(InputStream inputStream, String mimeType, Supplier<BagArray> fail) static BagArrayBagArrayFrom.inputStream(InputStream inputStream, Supplier<BagArray> fail) static BagArraystatic BagArraystatic BagArrayBagArrayFrom.sourceAdapter(SourceAdapter sourceAdapter, Supplier<BagArray> fail) static BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArraystatic BagArrayConstructors 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 BagArraystatic BagArrayArrayFormatReader.readBagArray()static BagArrayFormatReader.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 EventFilterResultEventFilter.checkAllList(Event event, BagArray allList) protected EventFilterResultEventFilter.checkAnyList(Event event, BagArray anyList) protected EventFilterResultEventFilter.checkIpAddressList(Event event, BagArray ipAddressList) protected EventFilterResultEventFilter.checkSecretList(Event event, BagArray secretList)