Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableLongList
Packages that use ImmutableLongList
Package
Description
This package contains interfaces for SortedBag API.
This package contains factory API for creating immutable primitive list instances.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains mutable and immutable primitive list API.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
-
Uses of ImmutableLongList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableLongListModifier and TypeMethodDescriptionImmutableSortedBag.collectLong(LongFunction<? super T> longFunction) -
Uses of ImmutableLongList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableLongListModifier and TypeMethodDescriptionImmutableLongListFactory.empty()ImmutableLongListFactory.of()Same asImmutableLongListFactory.empty().ImmutableLongListFactory.of(long one) Same asImmutableLongListFactory.with(long).ImmutableLongListFactory.of(long... items) ImmutableLongListFactory.ofAll(LongStream items) ImmutableLongListFactory.ofAll(LongIterable items) ImmutableLongListFactory.with()Same asImmutableLongListFactory.empty().ImmutableLongListFactory.with(long one) ImmutableLongListFactory.with(long... items) ImmutableLongListFactory.withAll(LongStream items) ImmutableLongListFactory.withAll(LongIterable items) -
Uses of ImmutableLongList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableLongListModifier and TypeMethodDescriptionImmutableList.collectLong(LongFunction<? super T> longFunction) -
Uses of ImmutableLongList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableLongListModifier and TypeMethodDescriptionImmutableLongList.distinct()ImmutableLongList.newWith(long element) ImmutableLongList.newWithAll(LongIterable elements) ImmutableLongList.newWithout(long element) ImmutableLongList.newWithoutAll(LongIterable elements) ImmutableLongList.reject(LongPredicate predicate) default ImmutableLongListImmutableLongList.rejectWithIndex(LongIntPredicate predicate) Returns a new ImmutableLongList excluding all elements with corresponding indexes matching the specified predicate.ImmutableLongList.select(LongPredicate predicate) default ImmutableLongListImmutableLongList.selectWithIndex(LongIntPredicate predicate) Returns a new ImmutableLongList including all elements with corresponding indexes matching the specified predicate.ImmutableLongList.subList(int fromIndex, int toIndex) default ImmutableLongListImmutableLongList.tap(LongProcedure procedure) LongList.toImmutable()Returns an immutable copy of this list.MutableLongList.toImmutable()Returns an immutable copy of this list.ImmutableLongList.toReversed() -
Uses of ImmutableLongList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableLongListModifier and TypeMethodDescriptionImmutableOrderedMap.collectLong(LongFunction<? super V> longFunction) -
Uses of ImmutableLongList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableLongListModifier and TypeMethodDescriptionImmutableSortedMap.collectLong(LongFunction<? super V> longFunction) -
Uses of ImmutableLongList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableLongListModifier and TypeMethodDescriptionImmutableSortedSet.collectLong(LongFunction<? super T> longFunction)