Class KeyValueTableSegments


  • public class KeyValueTableSegments
    extends SegmentCollection
    The Segments within a KeyValueTable.
    • Constructor Detail

      • KeyValueTableSegments

        public KeyValueTableSegments​(java.util.NavigableMap<java.lang.Double,​SegmentWithRange> segments)
        Creates a new instance of the KeyValueTableSegments class.
        Parameters:
        segments - Segments keyed by the largest key in their key range. i.e. If there are two segments split evenly, the first should have a value of 0.5 and the second 1.0.