Package jetbrains.mps.util.containers
Class EmptyIterable<T>
- java.lang.Object
 - 
- jetbrains.mps.util.containers.EmptyIterable<T>
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EmptyIterable() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> EmptyIterable<T>getInstance()Iterator<T>iterator()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.lang.Iterable
forEach, spliterator 
 - 
 
 -