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.
This package contains implementations of
FixedSizeSet.This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of
MutableSortedSet.This package contains implementations of sets with user defined
HashingStrategys.-
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. -
Uses of MutableSetIterable in org.eclipse.collections.impl.set
Classes in org.eclipse.collections.impl.set that implement MutableSetIterable -
Uses of MutableSetIterable in org.eclipse.collections.impl.set.fixed
Classes in org.eclipse.collections.impl.set.fixed that implement MutableSetIterableModifier and TypeClassDescription(package private) class(package private) final classDoubletonSet<T>(package private) final classEmptySet<T>This class is a memory efficient list with no elements.(package private) final class(package private) classSingletonSet<T>(package private) final classTripletonSet<T> -
Uses of MutableSetIterable in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement MutableSetIterableModifier and TypeClassDescriptionclassfinal classMultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.(package private) static final classfinal classSetAdapter<T>This class provides a MutableSet wrapper around a JDK Collections Set interface instance.classA synchronized view of aMutableSet.classUnifiedSet<T>classAn unmodifiable view of a list. -
Uses of MutableSetIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableSetIterableModifier and TypeClassDescriptionclassA boxed view of aMutableBooleanSet.classA boxed view of aMutableByteSet.classA boxed view of aMutableCharSet.classA boxed view of aMutableDoubleSet.classA boxed view of aMutableFloatSet.classA boxed view of aMutableIntSet.classA boxed view of aMutableLongSet.classA boxed view of aMutableShortSet. -
Uses of MutableSetIterable in org.eclipse.collections.impl.set.sorted.mutable
Classes in org.eclipse.collections.impl.set.sorted.mutable that implement MutableSetIterableModifier and TypeClassDescriptionfinal classThis class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.classA synchronized view of aMutableSortedSet.classclassAn unmodifiable view of a SortedSet. -
Uses of MutableSetIterable in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement MutableSetIterable