| Package | Description |
|---|---|
| java.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Collection<E>
The root interface in the collection hierarchy.
|
interface |
List<E>
An ordered collection (also known as a sequence).
|
interface |
Set<E>
A collection that contains no duplicate elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceLoader<S>
A simple service-provider loading facility.
|
Copyright © 2025 API Design. All Rights Reserved.