Package net.minecraft.util.collection
Class SortedArraySet.SetIterator
java.lang.Object
net.minecraft.util.collection.SortedArraySet.SetIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- SortedArraySet<T>
class SortedArraySet.SetIterator extends Object implements Iterator<T>
- Mappings:
Namespace Name official agg$aintermediary net/minecraft/class_4706$class_4707named net/minecraft/util/collection/SortedArraySet$SetIterator
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateSetIterator() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
nextIndex
private int nextIndex- Mappings:
Namespace Name Mixin selector official bLagg$a;b:Iintermediary field_21566Lnet/minecraft/class_4706$class_4707;field_21566:Inamed nextIndexLnet/minecraft/util/collection/SortedArraySet$SetIterator;nextIndex:I
-
lastIndex
private int lastIndex- Mappings:
Namespace Name Mixin selector official cLagg$a;c:Iintermediary field_21567Lnet/minecraft/class_4706$class_4707;field_21567:Inamed lastIndexLnet/minecraft/util/collection/SortedArraySet$SetIterator;lastIndex:I
-
-
Constructor Details
-
SetIterator
private SetIterator()
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
- Specified by:
nextin interfaceIterator<T>- Mappings:
Namespace Name Mixin selector official nextLagg$a;next()Ljava/lang/Object;intermediary nextLnet/minecraft/class_4706$class_4707;next()Ljava/lang/Object;named nextLnet/minecraft/util/collection/SortedArraySet$SetIterator;next()Ljava/lang/Object;
-
remove
public void remove()
-