Class ImmutableRangeMap.Builder<K extends <?>,​V>

  • Enclosing class:
    <?>,​V>

    public static final class <?>,​V>
    extends 
    A builder for immutable range maps. Overlapping ranges are prohibited.
    Since:
    14.0
    • Constructor Detail

    • Method Detail

      • build

        public ImmutableRangeMap<K,​Vbuild()
        Returns an ImmutableRangeMap containing the associations previously added to this builder.
        Throws:
        - if any two ranges inserted into this builder overlap