HashSet

Data Structures View source
HashSet

Generic set implementation

Source on GitHub

Re-exports: HashList

Classes

HashSet

public class HashSet<T> extends HashList<T>

Members:

  • override function add(vararg T elems) Adds an element to this set
  • override function remove(T elem) returns boolean Removes an element from this set if present
  • override function removeAt(int index) returns T Remove the element at the given index
  • override function clear()