Class CountInfo

    • Constructor Detail

      • CountInfo

        public CountInfo​(long count,
                         boolean hasMoreItems,
                         Long itemLimit)
    • Method Detail

      • getCount

        public long getCount()
      • isHasMoreItems

        public boolean isHasMoreItems()
      • getItemLimit

        public long getItemLimit()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • compareTo

        public int compareTo​(CountInfo o)
        All exact counts are sorted first. Item limit is not used in comparison.
        Specified by:
        compareTo in interface Comparable<CountInfo>