Class BasePartiallyComparable<T extends PartiallyComparable<T>>

    • Constructor Detail

      • BasePartiallyComparable

        public BasePartiallyComparable()
    • Method Detail

      • self

        protected abstract T self()
        Returns:
        this.
      • isMoreSpecificThan

        public boolean isMoreSpecificThan​(T other)