Class CollectionIterableResult<T>

    • Constructor Detail

      • CollectionIterableResult

        public CollectionIterableResult​(int totalHits,
                                        int offset,
                                        Collection<T> result)
        Parameters:
        totalHits - the total number of possible results without offset or maximum results limits
        offset - the index in the total number of possible search result where this extract starts
        result - the actual results
    • Method Detail

      • getSize

        public int getSize()
        Returns:
        the number of found extensions