Class Datasets<T extends Dataset>

    • Constructor Detail

      • Datasets

        public Datasets()
        Constructs an empty dataset list
      • Datasets

        public Datasets​(Collection<? extends T> c)
        Constructs a dataset 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