public class CartesianProduct<T> extends Object
| Constructor and Description |
|---|
CartesianProduct(List<T> list1,
List<T> list2)
Class constructor specifying the two lists of a cartesian product.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderedPair<T>> |
getOrderedPairs()
Generates the list of ordered pair between two sets.
|
public List<OrderedPair<T>> getOrderedPairs()
Copyright © 2000–2016 BioJava. All rights reserved.