Class IteratorEnumeration<T>

java.lang.Object
io.undertow.servlet.util.IteratorEnumeration<T>
All Implemented Interfaces:
Enumeration<T>

public class IteratorEnumeration<T> extends Object implements Enumeration<T>
Wrapper to convert an iterator to an enumeration
Author:
Stuart Douglas
  • Constructor Details

    • IteratorEnumeration

      public IteratorEnumeration(Iterator<T> iterator)
  • Method Details