Class StreamSegments


  • public class StreamSegments
    extends SegmentCollection
    The segments that within a stream at a particular point in time.
    • Constructor Detail

      • StreamSegments

        public StreamSegments​(java.util.NavigableMap<java.lang.Double,​SegmentWithRange> segments)
        Creates a new instance of the StreamSegments class.
        Parameters:
        segments - Segments of a stream, 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.