|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjyield.Yield
public class Yield
Constructor Summary | |
---|---|
Yield()
|
Method Summary | ||
---|---|---|
static
|
done()
|
|
static
|
join(java.util.Enumeration<T> string)
|
|
static
|
join(java.lang.Iterable<T> string)
|
|
static
|
join(java.util.Iterator<T> string)
|
|
static
|
ret(T string)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Yield()
Method Detail |
---|
public static <T> YieldContext<T> ret(T string)
public static <T> YieldContext<T> join(java.util.Enumeration<T> string)
public static <T> YieldContext<T> join(java.lang.Iterable<T> string)
public static <T> YieldContext<T> join(java.util.Iterator<T> string)
public static <T> YieldContext<T> done()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |