Interface MutableBooleanIterator
-
- All Superinterfaces:
BooleanIterator
- All Known Implementing Classes:
BooleanArrayList.InternalBooleanIterator,BooleanHashBag.InternalIterator,BooleanHashSet.EmptyBooleanIterator,BooleanHashSet.FalseBooleanIterator,BooleanHashSet.FalseTrueBooleanIterator,BooleanHashSet.TrueBooleanIterator,ByteBooleanHashMap.InternalBooleanIterator,CharBooleanHashMap.InternalBooleanIterator,DoubleBooleanHashMap.InternalBooleanIterator,FloatBooleanHashMap.InternalBooleanIterator,IntBooleanHashMap.InternalBooleanIterator,LongBooleanHashMap.InternalBooleanIterator,ObjectBooleanHashMap.InternalBooleanIterator,ObjectBooleanHashMapWithHashingStrategy.InternalBooleanIterator,ShortBooleanHashMap.InternalBooleanIterator,UnmodifiableBooleanIterator
public interface MutableBooleanIterator extends BooleanIterator
This file was automatically generated from template file mutablePrimitiveIterator.stg.- Since:
- 6.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove()-
Methods inherited from interface org.eclipse.collections.api.iterator.BooleanIterator
hasNext, next
-
-