public abstract class Foreach<T> extends Object
Foreach(Collection<T> list)
abstract Content
compile(T item)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Foreach(Collection<T> list)
public Iterator<T> iterator()
public abstract Content compile(T item)
Copyright © 2013 Whizu. All Rights Reserved.