Package org.eclipse.collections.api.factory.stack.primitive
This package contains factory API for creating primitive stack instances.
-
Interface Summary Interface Description ImmutableBooleanStackFactory A factory which creates instances of typeImmutableBooleanStack.ImmutableByteStackFactory A factory which creates instances of typeImmutableByteStack.ImmutableCharStackFactory A factory which creates instances of typeImmutableCharStack.ImmutableDoubleStackFactory A factory which creates instances of typeImmutableDoubleStack.ImmutableFloatStackFactory A factory which creates instances of typeImmutableFloatStack.ImmutableIntStackFactory A factory which creates instances of typeImmutableIntStack.ImmutableLongStackFactory A factory which creates instances of typeImmutableLongStack.ImmutableShortStackFactory A factory which creates instances of typeImmutableShortStack.MutableBooleanStackFactory A factory which creates instances of typeMutableBooleanStack.MutableByteStackFactory A factory which creates instances of typeMutableByteStack.MutableCharStackFactory A factory which creates instances of typeMutableCharStack.MutableDoubleStackFactory A factory which creates instances of typeMutableDoubleStack.MutableFloatStackFactory A factory which creates instances of typeMutableFloatStack.MutableIntStackFactory A factory which creates instances of typeMutableIntStack.MutableLongStackFactory A factory which creates instances of typeMutableLongStack.MutableShortStackFactory A factory which creates instances of typeMutableShortStack.