Class AbstractShortSet

    • Constructor Detail

      • AbstractShortSet

        public AbstractShortSet()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Description copied from interface: ShortSet
        Follows the same general contract as Set.equals(Object).
        Specified by:
        equals in interface ShortSet
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public abstract int hashCode()
        Description copied from interface: ShortSet
        Follows the same general contract as Set.hashCode().
        Specified by:
        hashCode in interface ShortSet
        Overrides:
        hashCode in class java.lang.Object