Class RandomConnectedPairGenerator<E>

  • All Implemented Interfaces:
    PairGenerator<E>

    public class RandomConnectedPairGenerator<E>
    extends java.lang.Object
    implements PairGenerator<E>
    Pairs elements randomly but not the same element to itself.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.lang3.tuple.Pair<E,​E> next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RandomConnectedPairGenerator

        public RandomConnectedPairGenerator​(java.util.List<E> elements)
    • Method Detail

      • next

        public org.apache.commons.lang3.tuple.Pair<E,​E> next()
        Specified by:
        next in interface PairGenerator<E>