Uses of Interface
org.eclipse.collections.api.stack.primitive.LongStack
-
Packages that use LongStack Package Description org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of LongStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return LongStack Modifier and Type Method Description LongStackStackIterable. collectLong(LongFunction<? super T> longFunction) -
Uses of LongStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of LongStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableLongStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableLongStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return LongStack Modifier and Type Method Description LongStackLongStack. reject(LongPredicate predicate)default LongStackLongStack. rejectWithIndex(LongIntPredicate predicate)Returns a new LongStack excluding all elements with corresponding indexes matching the specified predicate.LongStackLongStack. select(LongPredicate predicate)default LongStackLongStack. selectWithIndex(LongIntPredicate predicate)Returns a new LongStack including all elements with corresponding indexes matching the specified predicate.default LongStackLongStack. tap(LongProcedure procedure)
-