Class DefaultUntotalledPage<T>

    • Constructor Detail

      • DefaultUntotalledPage

        public DefaultUntotalledPage​(List<T> content,
                                     org.springframework.data.domain.Pageable pageable)
    • Method Detail

      • map

        public <U> org.springframework.data.domain.Page<U> map​(Function<? super T,​? extends U> converter)
        Specified by:
        map in interface org.springframework.data.domain.Page<T>
        Specified by:
        map in interface org.springframework.data.domain.Slice<T>
        Specified by:
        map in interface org.springframework.data.util.Streamable<T>
      • getSize

        public int getSize()
        Specified by:
        getSize in interface org.springframework.data.domain.Slice<T>
      • getNumberOfElements

        public int getNumberOfElements()
        Specified by:
        getNumberOfElements in interface org.springframework.data.domain.Slice<T>
      • getContent

        public List<T> getContent()
        Specified by:
        getContent in interface org.springframework.data.domain.Slice<T>
      • hasContent

        public boolean hasContent()
        Specified by:
        hasContent in interface org.springframework.data.domain.Slice<T>
      • getSort

        public org.springframework.data.domain.Sort getSort()
        Specified by:
        getSort in interface org.springframework.data.domain.Slice<T>
      • isFirst

        public boolean isFirst()
        Specified by:
        isFirst in interface org.springframework.data.domain.Slice<T>
      • isLast

        public boolean isLast()
        Specified by:
        isLast in interface org.springframework.data.domain.Slice<T>
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface org.springframework.data.domain.Slice<T>
      • hasPrevious

        public boolean hasPrevious()
        Specified by:
        hasPrevious in interface org.springframework.data.domain.Slice<T>
      • nextPageable

        public org.springframework.data.domain.Pageable nextPageable()
        Specified by:
        nextPageable in interface org.springframework.data.domain.Slice<T>
      • previousPageable

        public org.springframework.data.domain.Pageable previousPageable()
        Specified by:
        previousPageable in interface org.springframework.data.domain.Slice<T>
      • getPageable

        public org.springframework.data.domain.Pageable getPageable()
        Specified by:
        getPageable in interface org.springframework.data.domain.Slice<T>