Uses of Interface
one.microstream.collections.types.XImmutableBag
Package | Description |
---|---|
one.microstream.collections | |
one.microstream.collections.types | |
one.microstream.reference |
-
Uses of XImmutableBag in one.microstream.collections
Classes in one.microstream.collections that implement XImmutableBag Modifier and Type Class Description class
Constant<E>
Immutable singleton dummy collection used to pass a single instance masked as a collection.class
ConstHashTable.Values
class
ConstList<E>
Immutable implementation of extended collection typeXGettingList
.class
Empty<E>
Empty dummy collection to be used as a constant and stateless empty collection placeholder.class
EqConstHashTable.Values
class
EqConstList<E>
Immutable implementation of extended collection typeXGettingList
. -
Uses of XImmutableBag in one.microstream.collections.types
Subinterfaces of XImmutableBag in one.microstream.collections.types Modifier and Type Interface Description interface
XImmutableList<E>
static interface
XImmutableMap.Values<K,V>
static interface
XImmutableTable.Values<K,V>
Methods in one.microstream.collections.types that return XImmutableBag Modifier and Type Method Description XImmutableBag<E>
XImmutableBag. copy()
XImmutableBag<E>
XGettingBag. immure()
XImmutableBag<E>
XImmutableBag. immure()
Always returns the already immutable collection instance itselfXImmutableBag<E>
XProcessingBag. immure()
XImmutableBag<E>
XImmutableBag.Factory. newInstance()
-
Uses of XImmutableBag in one.microstream.reference
Classes in one.microstream.reference that implement XImmutableBag Modifier and Type Class Description static class
LinkingReferencing.Default<T>