Uses of Interface
org.eclipse.collections.api.set.ImmutableSetIterable
Packages that use ImmutableSetIterable
Package
Description
This package contains interfaces for Bag API.
This package contains interfaces for
SetMultimap.This package contains interfaces for
PartitionSet.This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
-
Uses of ImmutableSetIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableSetIterableModifier and TypeMethodDescriptionImmutableBagIterable.selectUnique()ImmutableBagIterable.zipWithIndex() -
Uses of ImmutableSetIterable in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return ImmutableSetIterableModifier and TypeMethodDescription -
Uses of ImmutableSetIterable in org.eclipse.collections.api.partition.set
Methods in org.eclipse.collections.api.partition.set that return ImmutableSetIterableModifier and TypeMethodDescriptionPartitionImmutableSetIterable.getRejected()PartitionImmutableSetIterable.getSelected() -
Uses of ImmutableSetIterable in org.eclipse.collections.api.set
Subinterfaces of ImmutableSetIterable in org.eclipse.collections.api.setModifier and TypeInterfaceDescriptioninterfaceImmutableSet<T>ImmutableSet is the non-modifiable equivalent interface toMutableSet.Methods in org.eclipse.collections.api.set that return ImmutableSetIterableModifier and TypeMethodDescription<P> ImmutableSetIterable<T>ImmutableSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) <S> ImmutableSetIterable<S>ImmutableSetIterable.selectInstancesOf(Class<S> clazz) <P> ImmutableSetIterable<T>ImmutableSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) SetIterable.toImmutable()ImmutableSetIterable.zipWithIndex()Deprecated.in 6.0. -
Uses of ImmutableSetIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of ImmutableSetIterable in org.eclipse.collections.api.set.sortedModifier and TypeInterfaceDescriptioninterfaceImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.