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 MutableBooleanIterator
MutableBooleanCollection. 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 MutableBooleanIterator
MutableBooleanValuesMap. booleanIterator()
MutableBooleanIterator
MutableObjectBooleanMap. 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 class
BooleanHashBag.InternalIterator
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIterator
BooleanHashBag. 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 MutableBooleanIterator
AbstractSynchronizedBooleanCollection. booleanIterator()
Must be called in a synchronized block.MutableBooleanIterator
AbstractUnmodifiableBooleanCollection. 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 class
UnmodifiableBooleanIterator
UnmodifiableBooleanIterator 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 class
BooleanArrayList.InternalBooleanIterator
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIterator
BooleanArrayList. 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 class
ByteBooleanHashMap.InternalBooleanIterator
private class
CharBooleanHashMap.InternalBooleanIterator
private class
DoubleBooleanHashMap.InternalBooleanIterator
private class
FloatBooleanHashMap.InternalBooleanIterator
private class
IntBooleanHashMap.InternalBooleanIterator
private class
LongBooleanHashMap.InternalBooleanIterator
private class
ObjectBooleanHashMap.InternalBooleanIterator
private class
ObjectBooleanHashMapWithHashingStrategy.InternalBooleanIterator
private class
ShortBooleanHashMap.InternalBooleanIterator
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIterator
ByteBooleanHashMap. booleanIterator()
MutableBooleanIterator
ByteBooleanHashMap.ValuesCollection. booleanIterator()
MutableBooleanIterator
CharBooleanHashMap. booleanIterator()
MutableBooleanIterator
CharBooleanHashMap.ValuesCollection. booleanIterator()
MutableBooleanIterator
DoubleBooleanHashMap. booleanIterator()
MutableBooleanIterator
DoubleBooleanHashMap.ValuesCollection. booleanIterator()
MutableBooleanIterator
FloatBooleanHashMap. booleanIterator()
MutableBooleanIterator
FloatBooleanHashMap.ValuesCollection. booleanIterator()
MutableBooleanIterator
IntBooleanHashMap. booleanIterator()
MutableBooleanIterator
IntBooleanHashMap.ValuesCollection. booleanIterator()
MutableBooleanIterator
LongBooleanHashMap. booleanIterator()
MutableBooleanIterator
LongBooleanHashMap.ValuesCollection. booleanIterator()
MutableBooleanIterator
ObjectBooleanHashMap. booleanIterator()
MutableBooleanIterator
ObjectBooleanHashMap.ValuesCollection. booleanIterator()
MutableBooleanIterator
ObjectBooleanHashMapWithHashingStrategy. booleanIterator()
MutableBooleanIterator
ObjectBooleanHashMapWithHashingStrategy.ValuesCollection. booleanIterator()
MutableBooleanIterator
ShortBooleanHashMap. booleanIterator()
MutableBooleanIterator
ShortBooleanHashMap.ValuesCollection. booleanIterator()
MutableBooleanIterator
SynchronizedByteBooleanMap. booleanIterator()
This must be manually synchronized by the developer.MutableBooleanIterator
SynchronizedCharBooleanMap. booleanIterator()
This must be manually synchronized by the developer.MutableBooleanIterator
SynchronizedDoubleBooleanMap. booleanIterator()
This must be manually synchronized by the developer.MutableBooleanIterator
SynchronizedFloatBooleanMap. booleanIterator()
This must be manually synchronized by the developer.MutableBooleanIterator
SynchronizedIntBooleanMap. booleanIterator()
This must be manually synchronized by the developer.MutableBooleanIterator
SynchronizedLongBooleanMap. booleanIterator()
This must be manually synchronized by the developer.MutableBooleanIterator
SynchronizedObjectBooleanMap. booleanIterator()
Must be called in a synchronized block.MutableBooleanIterator
SynchronizedShortBooleanMap. booleanIterator()
This must be manually synchronized by the developer.MutableBooleanIterator
UnmodifiableByteBooleanMap. booleanIterator()
MutableBooleanIterator
UnmodifiableCharBooleanMap. booleanIterator()
MutableBooleanIterator
UnmodifiableDoubleBooleanMap. booleanIterator()
MutableBooleanIterator
UnmodifiableFloatBooleanMap. booleanIterator()
MutableBooleanIterator
UnmodifiableIntBooleanMap. booleanIterator()
MutableBooleanIterator
UnmodifiableLongBooleanMap. booleanIterator()
MutableBooleanIterator
UnmodifiableObjectBooleanMap. booleanIterator()
MutableBooleanIterator
UnmodifiableShortBooleanMap. 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 class
BooleanHashSet.EmptyBooleanIterator
private class
BooleanHashSet.FalseBooleanIterator
private class
BooleanHashSet.FalseTrueBooleanIterator
private class
BooleanHashSet.TrueBooleanIterator
Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableBooleanIterator Modifier and Type Method Description MutableBooleanIterator
BooleanHashSet. booleanIterator()
-