Hash Set
Constructors
HashSet
Link copied to clipboard
Functions
add All
Link copied to clipboard
Adds all of the elements of the specified collection to this collection.
contains
Link copied to clipboard
contains All
Link copied to clipboard
Checks if all elements in the specified collection are contained in this collection.
open override fun containsAll(elements: Collection<@UnsafeVariance E>): Boolean
Content copied to clipboard
get Element
Link copied to clipboard
Searches for the specified element in this set.
is Empty
Link copied to clipboard
iterator
Link copied to clipboard
Returns an iterator over the elements of this object.
remove
Link copied to clipboard
remove All
Link copied to clipboard
Removes all of this collection's elements that are also contained in the specified collection.
retain All
Link copied to clipboard
Retains only the elements in this collection that are contained in the specified collection.
Properties
Inheritors
LinkedHashSet
Link copied to clipboard