Class MutableBooleanStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.MutableBooleanStackFactoryImpl
- All Implemented Interfaces:
MutableBooleanStackFactory
MutableBooleanStackFactoryImpl is a factory implementation which creates instances of type
MutableBooleanStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(boolean... items) ofAll(BooleanIterable items) ofAllReversed(BooleanIterable items) with()with(boolean... items) withAll(BooleanIterable items) withAllReversed(BooleanIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableBooleanStackFactoryImpl
public MutableBooleanStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableBooleanStackFactory
-
of
- Specified by:
ofin interfaceMutableBooleanStackFactory
-
with
- Specified by:
within interfaceMutableBooleanStackFactory
-
of
- Specified by:
ofin interfaceMutableBooleanStackFactory
-
with
- Specified by:
within interfaceMutableBooleanStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableBooleanStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableBooleanStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableBooleanStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableBooleanStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceMutableBooleanStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableBooleanStackFactory
-