Uses of Package
me.sbasalaev.collection
Packages that use me.sbasalaev.collection
Package
Description
Useful utilities that I use throughout my projects.
Collection framework.
-
Classes in me.sbasalaev.collection used by me.sbasalaevClassDescriptionCollection of elements.Sequence of elements numbered by integer indices.A collection of distinct elements.Collection of elements that may be traversed in sequence.
-
Classes in me.sbasalaev.collection used by me.sbasalaev.collectionClassDescriptionCollection of elements.Map entry.List element with its corresponding index.Sequence of elements numbered by integer indices.Mapping of keys to lists of values.Builder of immutable list multimaps.Mapping of keys to values.Builder of immutable maps.Common superclass for maps and multimaps.Common mutating methods for all mutable multimaps.Common methods of
MutableListandMutableSet.List that can be mutated.Mutable mapping of keys to lists of values.Map that can be mutated.Set that can be mutated.Mutable mapping of keys to sets of values.A collection of distinct elements.Builder of immutable list multimaps.Collection of elements that may be traversed in sequence.