com.google.gwt.benchmarks.client.impl
Class PermutationIterator.Permutation
java.lang.Object
com.google.gwt.benchmarks.client.impl.PermutationIterator.Permutation
- Enclosing class:
- PermutationIterator
public static class PermutationIterator.Permutation
- extends java.lang.Object
A single permutation of all the iterators. Contains the current value of
each iterator for the permutation.
|
Method Summary |
java.util.List<java.lang.Object> |
getValues()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PermutationIterator.Permutation
public PermutationIterator.Permutation(java.util.List<?> values)
getValues
public java.util.List<java.lang.Object> getValues()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object