|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.util.Collections
public class Collections
Set of collection utilities
| Constructor Summary | |
|---|---|
Collections()
|
|
| Method Summary | ||
|---|---|---|
static
|
cartesianProduct(java.util.List<java.util.Collection<T>> collections)
Create the cartesian product for a collection of collections |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Collections()
| Method Detail |
|---|
public static <T> java.util.Set<java.util.Collection<T>> cartesianProduct(java.util.List<java.util.Collection<T>> collections)
T - Type of objects in collectioncollections - the list of collections whose cartesian product is being determined.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||