Class AbstractGroupCollectionAggregationState<T>

    • Constructor Detail

      • AbstractGroupCollectionAggregationState

        protected AbstractGroupCollectionAggregationState​(PageBuilder pageBuilder)
    • Method Detail

      • ensureCapacity

        public void ensureCapacity​(long size)
      • getEstimatedSize

        public long getEstimatedSize()
      • appendAtChannel

        protected final void appendAtChannel​(int channel,
                                             Block block,
                                             int position)
      • forEach

        public void forEach​(T consumer)
      • isEmpty

        public boolean isEmpty()
      • getEntryCount

        public final int getEntryCount()
      • accept

        protected abstract void accept​(T consumer,
                                       PageBuilder pageBuilder,
                                       int currentPosition)