Class DataPool

    • Constructor Detail

      • DataPool

        public DataPool()
        Default constructor.
      • DataPool

        public DataPool​(int initialCapacity)
        Initializes the pool with an initial capacity.
        Parameters:
        initialCapacity - the initial capacity for the pool
      • DataPool

        public DataPool​(DataPool pool)
        Initializes the pool with the content of the specified pool.
        Parameters:
        pool - the pool to get the data from
      • DataPool

        public DataPool​(Collection c)
        Initializes the pool with the content of the collection.
        Parameters:
        c - the collection to get the data from