Package 

Interface Interval


  • 
    public interface Interval
    
                        

    A semi-closed interval.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Interval.Companion
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean intersects(Interval other) Returns true if a given interval intersects this interval and false otherwise.
      Interval union(Interval other) Returns a union of the two intervals, i.e.
      abstract Unit write(OrderedDataOutput output)
      abstract Offset getLeft() Start offset (inclusive).
      abstract Offset getRight() End offset (exclusive).
      • Methods inherited from class org.jetbrains.bio.big.Interval

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait