Package org.jetbrains.mps.util
Class ImmediateParentConceptIterator
- java.lang.Object
- 
- org.jetbrains.mps.util.ImmediateParentConceptIterator
 
- 
 public final class ImmediateParentConceptIterator extends Object implements Iterable<SConcept>, Iterator<SConcept> Concept hierarchy iterator that walks direct super concepts only, up to specified concept (exclusive) or a top-most concept (BaseConcept, inclusive). Iteration begins with a concept supplied as a start one. Iterator doesn't support removals.- Since:
- 3.3
 
- 
- 
Constructor SummaryConstructors Constructor Description ImmediateParentConceptIterator(SConcept start)ImmediateParentConceptIterator(SConcept start, SConcept stop)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Iterator<SConcept>iterator()SConceptnext()voidremove()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.IterableforEach, spliterator
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
-