HashSet in Java. HashSet class uses a hash table for storing the elements. It implements the set interface. Duplicate values are not allowed.
確定! 回上一頁