Interface MutableByteIterator
-
- All Superinterfaces:
ByteIterator
- All Known Implementing Classes:
ByteArrayList.InternalByteIterator
,ByteBooleanHashMap.KeySetIterator
,ByteByteHashMap.InternalByteIterator
,ByteByteHashMap.KeySetIterator
,ByteCharHashMap.KeySetIterator
,ByteDoubleHashMap.KeySetIterator
,ByteFloatHashMap.KeySetIterator
,ByteHashBag.InternalIterator
,ByteHashSet.MutableInternalByteIterator
,ByteIntHashMap.KeySetIterator
,ByteLongHashMap.KeySetIterator
,ByteObjectHashMap.KeysSetIterator
,ByteShortHashMap.KeySetIterator
,CharByteHashMap.InternalByteIterator
,DoubleByteHashMap.InternalByteIterator
,FloatByteHashMap.InternalByteIterator
,IntByteHashMap.InternalByteIterator
,LongByteHashMap.InternalByteIterator
,ObjectByteHashMap.InternalByteIterator
,ObjectByteHashMapWithHashingStrategy.InternalByteIterator
,ShortByteHashMap.InternalByteIterator
,UnmodifiableByteIterator
public interface MutableByteIterator extends ByteIterator
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 void
remove()
-
Methods inherited from interface org.eclipse.collections.api.iterator.ByteIterator
hasNext, next
-
-