|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jga.algorithms.Append.AppendIterable<T>
public static class Append.AppendIterable<T>
Produces iterators that return the contents of a two-dimensional data structure
Constructor Summary | |
---|---|
Append.AppendIterable(java.lang.Iterable<? extends java.lang.Iterable<? extends T>> input)
Builds a AppendIterable for the given set of inputs |
|
Append.AppendIterable(java.lang.Iterable<? extends T>... input)
Builds a AppendIterable for the given set of inputs |
|
Append.AppendIterable(T[]... input)
Builds a AppendIterable for the given set of inputs |
Method Summary | |
---|---|
java.util.Iterator<T> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Append.AppendIterable(java.lang.Iterable<? extends T>... input)
input
- public Append.AppendIterable(java.lang.Iterable<? extends java.lang.Iterable<? extends T>> input)
public Append.AppendIterable(T[]... input)
Method Detail |
---|
public java.util.Iterator<T> iterator()
iterator
in interface java.lang.Iterable<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |