Class GenomeRegionList

    • Method Detail

      • lengthUpTo

        public long lengthUpTo​(String contig,
                               int pos)
        Returns:
        Number of bases up to position (contig, pos).
      • totalLength

        public long totalLength()
      • getGenomeRegions

        public com.google.common.collect.ImmutableList<GenomeRegion> getGenomeRegions()
      • setGenomeRegions

        public void setGenomeRegions​(com.google.common.collect.ImmutableList<GenomeRegion> genomeRegions)
      • getNameToRegion

        public com.google.common.collect.ImmutableMap<String,​GenomeRegion> getNameToRegion()
      • setNameToRegion

        public void setNameToRegion​(com.google.common.collect.ImmutableMap<String,​GenomeRegion> nameToRegion)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object