Uses of Interface
org.eclipse.collections.api.iterator.MutableBooleanIterator
-
Packages that use MutableBooleanIterator Package Description org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.iterator org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of MutableBooleanIterator in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIteratorMutableBooleanCollection. booleanIterator() -
Uses of MutableBooleanIterator in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIteratorMutableBooleanValuesMap. booleanIterator()MutableBooleanIteratorMutableObjectBooleanMap. booleanIterator() -
Uses of MutableBooleanIterator in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableBooleanIterator Modifier and Type Class Description private classBooleanHashBag.InternalIteratorMethods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIteratorBooleanHashBag. booleanIterator() -
Uses of MutableBooleanIterator in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIteratorAbstractSynchronizedBooleanCollection. booleanIterator()Must be called in a synchronized block.MutableBooleanIteratorAbstractUnmodifiableBooleanCollection. booleanIterator() -
Uses of MutableBooleanIterator in org.eclipse.collections.impl.iterator
Classes in org.eclipse.collections.impl.iterator that implement MutableBooleanIterator Modifier and Type Class Description classUnmodifiableBooleanIteratorUnmodifiableBooleanIterator is a wrapper around BooleanIterator which is unmodifiable and doesn't support remove. -
Uses of MutableBooleanIterator in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableBooleanIterator Modifier and Type Class Description private classBooleanArrayList.InternalBooleanIteratorMethods in org.eclipse.collections.impl.list.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIteratorBooleanArrayList. booleanIterator() -
Uses of MutableBooleanIterator in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableBooleanIterator Modifier and Type Class Description private classByteBooleanHashMap.InternalBooleanIteratorprivate classCharBooleanHashMap.InternalBooleanIteratorprivate classDoubleBooleanHashMap.InternalBooleanIteratorprivate classFloatBooleanHashMap.InternalBooleanIteratorprivate classIntBooleanHashMap.InternalBooleanIteratorprivate classLongBooleanHashMap.InternalBooleanIteratorprivate classObjectBooleanHashMap.InternalBooleanIteratorprivate classObjectBooleanHashMapWithHashingStrategy.InternalBooleanIteratorprivate classShortBooleanHashMap.InternalBooleanIteratorMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIteratorByteBooleanHashMap. booleanIterator()MutableBooleanIteratorByteBooleanHashMap.ValuesCollection. booleanIterator()MutableBooleanIteratorCharBooleanHashMap. booleanIterator()MutableBooleanIteratorCharBooleanHashMap.ValuesCollection. booleanIterator()MutableBooleanIteratorDoubleBooleanHashMap. booleanIterator()MutableBooleanIteratorDoubleBooleanHashMap.ValuesCollection. booleanIterator()MutableBooleanIteratorFloatBooleanHashMap. booleanIterator()MutableBooleanIteratorFloatBooleanHashMap.ValuesCollection. booleanIterator()MutableBooleanIteratorIntBooleanHashMap. booleanIterator()MutableBooleanIteratorIntBooleanHashMap.ValuesCollection. booleanIterator()MutableBooleanIteratorLongBooleanHashMap. booleanIterator()MutableBooleanIteratorLongBooleanHashMap.ValuesCollection. booleanIterator()MutableBooleanIteratorObjectBooleanHashMap. booleanIterator()MutableBooleanIteratorObjectBooleanHashMap.ValuesCollection. booleanIterator()MutableBooleanIteratorObjectBooleanHashMapWithHashingStrategy. booleanIterator()MutableBooleanIteratorObjectBooleanHashMapWithHashingStrategy.ValuesCollection. booleanIterator()MutableBooleanIteratorShortBooleanHashMap. booleanIterator()MutableBooleanIteratorShortBooleanHashMap.ValuesCollection. booleanIterator()MutableBooleanIteratorSynchronizedByteBooleanMap. booleanIterator()This must be manually synchronized by the developer.MutableBooleanIteratorSynchronizedCharBooleanMap. booleanIterator()This must be manually synchronized by the developer.MutableBooleanIteratorSynchronizedDoubleBooleanMap. booleanIterator()This must be manually synchronized by the developer.MutableBooleanIteratorSynchronizedFloatBooleanMap. booleanIterator()This must be manually synchronized by the developer.MutableBooleanIteratorSynchronizedIntBooleanMap. booleanIterator()This must be manually synchronized by the developer.MutableBooleanIteratorSynchronizedLongBooleanMap. booleanIterator()This must be manually synchronized by the developer.MutableBooleanIteratorSynchronizedObjectBooleanMap. booleanIterator()Must be called in a synchronized block.MutableBooleanIteratorSynchronizedShortBooleanMap. booleanIterator()This must be manually synchronized by the developer.MutableBooleanIteratorUnmodifiableByteBooleanMap. booleanIterator()MutableBooleanIteratorUnmodifiableCharBooleanMap. booleanIterator()MutableBooleanIteratorUnmodifiableDoubleBooleanMap. booleanIterator()MutableBooleanIteratorUnmodifiableFloatBooleanMap. booleanIterator()MutableBooleanIteratorUnmodifiableIntBooleanMap. booleanIterator()MutableBooleanIteratorUnmodifiableLongBooleanMap. booleanIterator()MutableBooleanIteratorUnmodifiableObjectBooleanMap. booleanIterator()MutableBooleanIteratorUnmodifiableShortBooleanMap. booleanIterator() -
Uses of MutableBooleanIterator in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableBooleanIterator Modifier and Type Class Description private static classBooleanHashSet.EmptyBooleanIteratorprivate classBooleanHashSet.FalseBooleanIteratorprivate classBooleanHashSet.FalseTrueBooleanIteratorprivate classBooleanHashSet.TrueBooleanIteratorFields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableBooleanIterator Modifier and Type Field Description private MutableBooleanIteratorBoxedMutableBooleanSet.BoxedPrimitiveBooleanSetIterator. delegateMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIteratorBooleanHashSet. booleanIterator()Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableBooleanIterator Constructor Description BoxedPrimitiveBooleanSetIterator(MutableBooleanIterator iterator)
-