Interface GridContinuousBatch

    • Method Detail

      • add

        void add​(Object obj)
        Adds element to this batch.
        Parameters:
        obj - Element to add.
      • collect

        Collection<Object> collect()
        Collects elements that are currently in this batch.
        Returns:
        Elements in this batch.
      • size

        int size()
        Returns:
        Current batch size.