Class ImmutableBooleanStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableBooleanStackFactoryImpl
- All Implemented Interfaces:
ImmutableBooleanStackFactory
public class ImmutableBooleanStackFactoryImpl
extends Object
implements ImmutableBooleanStackFactory
ImmutableBooleanStackFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(boolean one) of(boolean... items) ofAll(BooleanIterable items) ofAllReversed(BooleanIterable items) with()with(boolean one) with(boolean... items) withAll(BooleanIterable items) withAllReversed(BooleanIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableBooleanStackFactoryImpl
public ImmutableBooleanStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableBooleanStackFactory
-
of
- Specified by:
ofin interfaceImmutableBooleanStackFactory
-
with
- Specified by:
within interfaceImmutableBooleanStackFactory
-
of
- Specified by:
ofin interfaceImmutableBooleanStackFactory
-
with
- Specified by:
within interfaceImmutableBooleanStackFactory
-
of
- Specified by:
ofin interfaceImmutableBooleanStackFactory
-
with
- Specified by:
within interfaceImmutableBooleanStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableBooleanStackFactory
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableBooleanStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableBooleanStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceImmutableBooleanStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceImmutableBooleanStackFactory
-