Uses of Interface
org.eclipse.collections.api.set.MutableSetIterable
Packages that use MutableSetIterable
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 MutableSetIterable in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableSetIterableModifier and TypeMethodDescriptionMutableBagIterable.selectUnique()MutableBagIterable.zipWithIndex() -
Uses of MutableSetIterable in org.eclipse.collections.api.multimap.set
Methods in org.eclipse.collections.api.multimap.set that return MutableSetIterableModifier and TypeMethodDescriptionMutableSetIterableMultimap.getIfAbsentPutAll(K key, Iterable<? extends V> values) MutableSetIterableMultimap.replaceValues(K key, Iterable<? extends V> values) -
Uses of MutableSetIterable in org.eclipse.collections.api.partition.set
Methods in org.eclipse.collections.api.partition.set that return MutableSetIterableModifier and TypeMethodDescriptionPartitionMutableSetIterable.getRejected()PartitionMutableSetIterable.getSelected() -
Uses of MutableSetIterable in org.eclipse.collections.api.set
Subinterfaces of MutableSetIterable in org.eclipse.collections.api.setModifier and TypeInterfaceDescriptioninterfaceFixedSizeSet<T>A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.interfaceA MultiReaderSet provides thread-safe iteration for a set through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableSet<T>A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.Methods in org.eclipse.collections.api.set that return MutableSetIterableModifier and TypeMethodDescription<P> MutableSetIterable<T>MutableSetIterable.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) <S> MutableSetIterable<S>MutableSetIterable.selectInstancesOf(Class<S> clazz) <P> MutableSetIterable<T>MutableSetIterable.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) default MutableSetIterable<T>default MutableSetIterable<T>default MutableSetIterable<T>default MutableSetIterable<T>MutableSetIterable.withoutAll(Iterable<? extends T> elements) MutableSetIterable.zipWithIndex()Deprecated.in 6.0. -
Uses of MutableSetIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of MutableSetIterable in org.eclipse.collections.api.set.sortedModifier and TypeInterfaceDescriptioninterfaceA MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.