Package jetbrains.mps.util.iterable
Class IterableEnumeration<E>
- java.lang.Object
 - 
- jetbrains.mps.util.iterable.IterableEnumeration<E>
 
 
- 
- All Implemented Interfaces:
 Enumeration<E>
public class IterableEnumeration<E> extends Object implements Enumeration<E>
 
- 
- 
Constructor Summary
Constructors Constructor Description IterableEnumeration(Iterable<E> iterable) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()EnextElement()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.util.Enumeration
asIterator 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasMoreElements
public boolean hasMoreElements()
- Specified by:
 hasMoreElementsin interfaceEnumeration<E>
 
- 
nextElement
public E nextElement()
- Specified by:
 nextElementin interfaceEnumeration<E>
 
 - 
 
 -