class MultiSetBuilder<T,Tp,TpG>
undocumented
Implements: MultiSetBase.Builder<T,Tp>
Type parameters
Name | Constraints | Default | Description |
---|---|---|---|
T | undocumented | ||
Tp | ContextImplTypes | undocumented | |
TpG | WithElem <Tp, T> | WithElem <Tp, T> | undocumented |
Properties
_countMap
undocumented
_countMap
_lock
undocumented
_lock
_size
undocumented
_size
add
undocumented
add
addAll
undocumented
addAll
addEntries
undocumented
addEntries
build
undocumented
build
context
undocumented
context
count
undocumented
count
countMap
undocumented
countMap
forEach
undocumented
forEach
has
undocumented
has
isEmpty
undocumented
isEmpty
modifyCount
undocumented
modifyCount
remove
undocumented
remove
removeAll
undocumented
removeAll
removeAllEvery
undocumented
removeAllEvery
removeAllSingle
undocumented
removeAllSingle
setCount
undocumented
setCount
size
undocumented
size
sizeDistinct
undocumented
sizeDistinct
source
undocumented
source
Methods
add
Adds given value
to the builder.
add
value
to the builder.addAll
Adds the values in given values
StreamSource
to the builder.
addAll
values
StreamSource
to the builder.addEntries
Adds for each tuple of a value and amount in the given entries
, the amount of values to the builder.
addEntries
entries
, the amount of values to the builder.build
Returns an immutable instance containing the values in this builder.
build
checkLock
undocumented
checkLock
count
Returns the amount of given value
in the builder.
count
value
in the builder.forEach
Performs given function f
for each value of the collection, using given state
as initial traversal state.
forEach
f
for each value of the collection, using given state
as initial traversal state.has
Returns true if the given value
is present in the builder.
has
value
is present in the builder.modifyCount
Changes the amount of given value
in the builder according to the result of given update
function.
modifyCount
value
in the builder according to the result of given update
function.remove
Removes given amount
or all of given value
from the builder.
remove
amount
or all of given value
from the builder.removeAllEvery
Removes every instance of the given values
from the builder.
removeAllEvery
values
from the builder.removeAllSingle
Removes every single value in given values
from the builder.
removeAllSingle
values
from the builder.setCount
Sets the amount of given value
in the collection to amount
.
setCount
value
in the collection to amount
.