Class EnumerationIterator<T>

java.lang.Object
org.monte.media.util.EnumerationIterator<T>
All Implemented Interfaces:
Iterator<T>

public class EnumerationIterator<T> extends Object implements Iterator<T>
Wraps an Enumeration with the Iterator interface.
Author:
Werni Randelshofer
  • Constructor Details

    • EnumerationIterator

      public EnumerationIterator(Enumeration<T> e)
      Creates new EnumIterator
  • Method Details