BioLegato 0.7.3 Core API

org.biolegato.core.main
Class OrderedHash.EnumeratingItterator<T>

java.lang.Object
  extended by org.biolegato.core.main.OrderedHash.EnumeratingItterator<T>
All Implemented Interfaces:
java.util.Enumeration<T>
Enclosing class:
OrderedHash<K,V>

public class OrderedHash.EnumeratingItterator<T>
extends java.lang.Object
implements java.util.Enumeration<T>


Constructor Summary
OrderedHash.EnumeratingItterator(java.util.Iterator<T> i)
           
 
Method Summary
 boolean hasMoreElements()
           
 T nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderedHash.EnumeratingItterator

public OrderedHash.EnumeratingItterator(java.util.Iterator<T> i)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration<T>

nextElement

public T nextElement()
Specified by:
nextElement in interface java.util.Enumeration<T>

BioLegato 0.7.3 Core API

Copyright © 2008-2010 University of Manitoba.