Class TreeBag.InternalIterator
- java.lang.Object
-
- org.eclipse.collections.impl.bag.sorted.mutable.TreeBag.InternalIterator
-
-
Field Summary
Fields Modifier and Type Field Description private booleancanRemoveprivate TcurrentItemprivate java.util.Iterator<T>iteratorprivate intoccurrences
-
Constructor Summary
Constructors Modifier Constructor Description privateInternalIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()
-