Package jetbrains.mps.checkers
Class IteratingChecker.CollectionIteratorWithProgress<T>
- java.lang.Object
 - 
- jetbrains.mps.checkers.IteratingChecker.AbstractIteratorWithProgress<T>
 - 
- jetbrains.mps.checkers.IteratingChecker.CollectionIteratorWithProgress<T>
 
 
 
- 
- All Implemented Interfaces:
 Iterator<T>,IteratingChecker.IteratorWithProgress<T>
- Enclosing class:
 - IteratingChecker<O,P,I extends IssueKindReportItem>
 
public static class IteratingChecker.CollectionIteratorWithProgress<T> extends IteratingChecker.AbstractIteratorWithProgress<T> implements IteratingChecker.IteratorWithProgress<T>
 
- 
- 
Constructor Summary
Constructors Constructor Description CollectionIteratorWithProgress(Collection<T> collection) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()jetbrains.mps.baseLanguage.tuples.runtime.Tuples._2<T,Integer>nextItemInternal()- 
Methods inherited from class jetbrains.mps.checkers.IteratingChecker.AbstractIteratorWithProgress
next, nextItem, remainingSize, remove 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jetbrains.mps.checkers.IteratingChecker.IteratorWithProgress
nextItem, remainingSize 
- 
Methods inherited from interface java.util.Iterator
forEachRemaining, next, remove 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CollectionIteratorWithProgress
public CollectionIteratorWithProgress(Collection<T> collection)
 
 - 
 
- 
Method Detail
- 
nextItemInternal
public jetbrains.mps.baseLanguage.tuples.runtime.Tuples._2<T,Integer> nextItemInternal()
- Specified by:
 nextItemInternalin classIteratingChecker.AbstractIteratorWithProgress<T>
 
 - 
 
 -