Class IteratorEnumeration<E>

java.lang.Object
org.summerboot.jexpress.util.IteratorEnumeration<E>
Type Parameters:
E - type
All Implemented Interfaces:
Enumeration<E>

public class IteratorEnumeration<E> extends Object implements Enumeration<E>
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Field Details

    • iterator

      protected final Iterator<E> iterator
  • Constructor Details

    • IteratorEnumeration

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