Package org.ujmp.core.util
Class LongArrayList.Itr
java.lang.Object
org.ujmp.core.util.LongArrayList.Itr
- Direct Known Subclasses:
LongArrayList.ListItr
- Enclosing class:
- LongArrayList
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
(package private) int
-
Constructor Summary
Constructors -
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
-
cursor
int cursor -
lastRet
int lastRet -
expectedModCount
int expectedModCount
-
-
Constructor Details
-
Itr
private Itr()
-
-
Method Details