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>
- Mappings:
Namespace Name official agx$aintermediary net/minecraft/class_4706$class_4707named net/minecraft/util/collection/SortedArraySet$SetIterator
-
Field Details
-
nextIndex
private int nextIndex- Mappings:
Namespace Name Mixin selector official bLagx$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 cLagx$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 nextLagx$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()
-