Interface SetQueries<T extends SetQueries<T>>

    • Method Detail

      • intersects

        boolean intersects​(T other)
      • setEquality

        boolean setEquality​(T other)
      • isSubsetOf

        boolean isSubsetOf​(T other)
      • isStrictSubsetOf

        default boolean isStrictSubsetOf​(T other)
      • isSupersetOf

        boolean isSupersetOf​(T other)
      • isStrictSupersetOf

        default boolean isStrictSupersetOf​(T other)
      • isDisjoint

        default boolean isDisjoint​(T other)