Class IndexedSplits

    • Constructor Detail

      • IndexedSplits

        public IndexedSplits()
        Constructs an empty list with an initial capacity of ten.
      • IndexedSplits

        public IndexedSplits​(Collection<IndexedSplit> c)
        Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
        Parameters:
        c - the collection whose elements are to be placed into this list
        Throws:
        NullPointerException - if the specified collection is null