com.healthmarketscience.common.util
Class Tuple1.IterableIterator<Type>

java.lang.Object
  extended by com.healthmarketscience.common.util.Tuple1.IterableIterator<Type>
All Implemented Interfaces:
Iterable<Type>, Iterator<Type>
Enclosing class:
Tuple1<ObjType0>

protected abstract static class Tuple1.IterableIterator<Type>
extends Object
implements Iterable<Type>, Iterator<Type>

An Iterable whose iterator method returns itself.


Constructor Summary
protected Tuple1.IterableIterator()
           
 
Method Summary
 Iterator<Type> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Constructor Detail

Tuple1.IterableIterator

protected Tuple1.IterableIterator()
Method Detail

iterator

public Iterator<Type> iterator()
Specified by:
iterator in interface Iterable<Type>


Copyright © 2006-2016 Health Market Science. All Rights Reserved.