SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.algorithm
Class Combination<T>

java.lang.Object
  extended by com.numericalmethod.suanshu.algorithm.Combination<T>
Type Parameters:
T -
All Implemented Interfaces:
java.lang.Iterable<java.util.List<T>>

public class Combination<T>
extends java.lang.Object
implements java.lang.Iterable<java.util.List<T>>


Constructor Summary
Combination(T[]... sets)
           
 
Method Summary
 java.util.Iterator<java.util.List<T>> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Combination

public Combination(T[]... sets)
Method Detail

iterator

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

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.