Interface ImmutableBooleanStackFactory
- All Known Implementing Classes:
ImmutableBooleanStackFactoryImpl
public interface ImmutableBooleanStackFactory
A factory which creates instances of type
ImmutableBooleanStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableBooleanStackempty()ImmutableBooleanStackof()Same asempty().ImmutableBooleanStackof(boolean one)Same aswith(boolean).ImmutableBooleanStackof(boolean... items)Same aswith(boolean[]).ImmutableBooleanStackofAll(Iterable<Boolean> iterable)Same aswithAll(Iterable).ImmutableBooleanStackofAll(BooleanIterable items)Same aswithAll(BooleanIterable).ImmutableBooleanStackofAllReversed(BooleanIterable items)Same aswithAllReversed(BooleanIterable).ImmutableBooleanStackwith()Same asempty().ImmutableBooleanStackwith(boolean one)ImmutableBooleanStackwith(boolean... items)ImmutableBooleanStackwithAll(Iterable<Boolean> iterable)ImmutableBooleanStackwithAll(BooleanIterable items)ImmutableBooleanStackwithAllReversed(BooleanIterable items)
-
Method Details
-
empty
ImmutableBooleanStack empty()- Since:
- 6.0
-
of
Same asempty(). -
with
ImmutableBooleanStack with()Same asempty(). -
of
Same aswith(boolean). -
with
-
of
Same aswith(boolean[]). -
with
-
ofAll
Same aswithAll(BooleanIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(BooleanIterable). -
withAllReversed
-