Class RankedSet.Config

  • Enclosing class:
    RankedSet

    public static class RankedSet.Config
    extends Object
    Configuration settings for a RankedSet.
    • Constructor Detail

      • Config

        protected Config()
    • Method Detail

      • getNLevels

        public int getNLevels()
        Get the number of levels to use.
        Returns:
        the number of levels in the skip list
      • isCountDuplicates

        public boolean isCountDuplicates()
        Get whether duplicate entries increase ranks below them.
        Returns:
        true if duplicates are counted separately