Interface PairGenerator<E>
-
- All Known Implementing Classes:
LinkedPairGenerator
,RandomConnectedPairGenerator
,UndirectedPairGenerator
public interface PairGenerator<E>
Generates an endless stream of Pairs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<E,E>
next()
-