public class RandomConnectedPairGenerator<E> extends Object implements PairGenerator<E>
RandomConnectedPairGenerator(List<E> elements)
org.apache.commons.lang3.tuple.Pair<E,E>
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RandomConnectedPairGenerator(List<E> elements)
public org.apache.commons.lang3.tuple.Pair<E,E> next()
next
PairGenerator<E>
Copyright © 2021. All rights reserved.