jyield.runtime
Interface YieldContext<T>

All Superinterfaces:
java.util.Enumeration<T>, java.lang.Iterable<T>
All Known Implementing Classes:
YieldContextImpl

public interface YieldContext<T>
extends java.util.Enumeration<T>, java.lang.Iterable<T>


Method Summary
 boolean getShouldRemove()
           
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getShouldRemove

boolean getShouldRemove()


Copyright © 2010. All Rights Reserved.