| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
class |
HashSet<E>
HashSet is an implementation of a Set.
|
class |
LinkedHashSet<E>
LinkedHashSet is a variant of HashSet.
|
class |
TreeSet<E>
TreeSet is an implementation of SortedSet.
|
Copyright © 2022. All rights reserved.