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$a
intermediary net/minecraft/class_4706$class_4707
named net/minecraft/util/collection/SortedArraySet$SetIterator
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
SetIterator()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
nextIndex
private int nextIndex- Mappings:
Namespace Name Mixin selector official b
Lagg$a;b:I
intermediary field_21566
Lnet/minecraft/class_4706$class_4707;field_21566:I
named nextIndex
Lnet/minecraft/util/collection/SortedArraySet$SetIterator;nextIndex:I
-
lastIndex
private int lastIndex- Mappings:
Namespace Name Mixin selector official c
Lagg$a;c:I
intermediary field_21567
Lnet/minecraft/class_4706$class_4707;field_21567:I
named lastIndex
Lnet/minecraft/util/collection/SortedArraySet$SetIterator;lastIndex:I
-
-
Constructor Details
-
SetIterator
private SetIterator()
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
- Specified by:
next
in interfaceIterator<T>
- Mappings:
Namespace Name Mixin selector official next
Lagg$a;next()Ljava/lang/Object;
intermediary next
Lnet/minecraft/class_4706$class_4707;next()Ljava/lang/Object;
named next
Lnet/minecraft/util/collection/SortedArraySet$SetIterator;next()Ljava/lang/Object;
-
remove
public void remove()
-