| Interface | Description | 
|---|---|
| PairGenerator<E> | 
 Generates an endless stream of Pairs 
 | 
| Class | Description | 
|---|---|
| LinkedPairGenerator<E> | 
 Creates Pairs from the given list where each element is linked to the next one in the list. 
 | 
| RandomConnectedPairGenerator<E> | 
 Pairs elements randomly but not the same element to itself. 
 | 
| UndirectedPairGenerator<E> | 
 Takes a list and generates pairs among its elements. 
 | 
Copyright © 2021. All rights reserved.