Class NestedLoopsCartesianProductCalculator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> java.util.List<java.util.List<T>> calculate​(java.util.Collection<? extends java.util.Collection<T>> vectors)  
      • Methods inherited from class java.lang.Object

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

      • NestedLoopsCartesianProductCalculator

        public NestedLoopsCartesianProductCalculator()
    • Method Detail

      • calculate

        public <T> java.util.List<java.util.List<T>> calculate​(java.util.Collection<? extends java.util.Collection<T>> vectors)
        Specified by:
        calculate in interface CartesianProductCalculator