net.sf.jga.algorithms
Class Append.AppendIterable<T>

java.lang.Object
  extended by net.sf.jga.algorithms.Append.AppendIterable<T>
All Implemented Interfaces:
java.lang.Iterable<T>
Enclosing class:
Append

public static class Append.AppendIterable<T>
extends java.lang.Object
implements java.lang.Iterable<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

Append.AppendIterable

public Append.AppendIterable(java.lang.Iterable<? extends T>... input)
Builds a AppendIterable for the given set of inputs

Parameters:
input -

Append.AppendIterable

public Append.AppendIterable(java.lang.Iterable<? extends java.lang.Iterable<? extends T>> input)
Builds a AppendIterable for the given set of inputs


Append.AppendIterable

public Append.AppendIterable(T[]... input)
Builds a AppendIterable for the given set of inputs

Method Detail

iterator

public java.util.Iterator<T> iterator()
Specified by:
iterator in interface java.lang.Iterable<T>


Copyright © 2002-2006 David A. Hall. All Rights Reserved.