Interface Overlaps.BucketMaker<E,B>

Enclosing class:
Overlaps

public static interface Overlaps.BucketMaker<E,B>
  • Method Summary

    Modifier and Type
    Method
    Description
    makeBucket(List<Set<E>> sets, int startIndexInclusive, int endIndexExclusive)
     
  • Method Details

    • makeBucket

      B makeBucket(List<Set<E>> sets, int startIndexInclusive, int endIndexExclusive)