Class TreeWidget.UniversalSet

    • Constructor Detail

      • UniversalSet

        protected UniversalSet()
    • Method Detail

      • contains

        public boolean contains​(Object object)
        Description copied from class: CompactHashSet
        Returns true if this set contains the specified element.
        Specified by:
        contains in interface Collection
        Specified by:
        contains in interface Set
        Overrides:
        contains in class CompactHashSet
        Parameters:
        object - element whose presence in this set is to be tested.
        Returns:
        true if this set contains the specified element.