Uses of Class
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableFloatArrayStack
Packages that use ImmutableFloatArrayStack
Package
Description
This package contains implementations of the immutable primitive stack interfaces.
-
Uses of ImmutableFloatArrayStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableFloatArrayStackModifier and TypeMethodDescriptionstatic ImmutableFloatArrayStackImmutableFloatArrayStack.newStack(FloatIterable iterable) static ImmutableFloatArrayStackImmutableFloatArrayStack.newStackFromTopToBottom(float... items) static ImmutableFloatArrayStackImmutableFloatArrayStack.newStackFromTopToBottom(FloatIterable items) static ImmutableFloatArrayStackImmutableFloatArrayStack.newStackWith(float... elements)