public interface ImmutableCharBagFactory
ImmutableCharBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBag |
empty() |
ImmutableCharBag |
of()
Same as
empty(). |
ImmutableCharBag |
of(char... items)
Same as
with(char[]). |
ImmutableCharBag |
of(char one)
Same as
with(char). |
ImmutableCharBag |
ofAll(CharIterable items)
Same as
withAll(CharIterable). |
ImmutableCharBag |
ofAll(Iterable<Character> iterable)
Same as
withAll(Iterable). |
ImmutableCharBag |
with()
Same as
empty(). |
ImmutableCharBag |
with(char... items) |
ImmutableCharBag |
with(char one) |
ImmutableCharBag |
withAll(CharIterable items) |
ImmutableCharBag |
withAll(Iterable<Character> iterable) |
ImmutableCharBag empty()
ImmutableCharBag of()
empty().ImmutableCharBag with()
empty().ImmutableCharBag of(char one)
with(char).ImmutableCharBag with(char one)
ImmutableCharBag of(char... items)
with(char[]).ImmutableCharBag with(char... items)
ImmutableCharBag ofAll(CharIterable items)
withAll(CharIterable).ImmutableCharBag withAll(CharIterable items)
ImmutableCharBag ofAll(Iterable<Character> iterable)
withAll(Iterable).ImmutableCharBag withAll(Iterable<Character> iterable)
Copyright © 2004–2022. All rights reserved.