Class AbstractSet<E>

    • Constructor Detail

      • AbstractSet

        public AbstractSet()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • asSet

        @NotNull
        public java.util.Set<E> asSet()
        Description copied from interface: Set
        Returns an immutable view of this set as an instance of java.util.Set.
        Specified by:
        asSet in interface Set<E>