Class IntervalCollisionRemover


  • public class IntervalCollisionRemover
    extends java.lang.Object
    Unlike the overlapper, which has to generate exceptions from overlapping pairs, this acts only to filter out impossibilities - because

    0->5 (Throwable) -> 100 0->5 (Throwable) -> 0 <-- not illegal, but will never be seen...

    • Field Detail

      • covered

        private final java.util.TreeMap<java.lang.Integer,​java.lang.Boolean> covered
    • Constructor Detail

      • IntervalCollisionRemover

        public IntervalCollisionRemover()