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>
-
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 -
lastIndex
private int lastIndex
-
-
Constructor Details
-
SetIterator
private SetIterator()
-
-
Method Details