| Interface | Description |
|---|---|
| FixedSizeCollection<T> |
A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.
|
| ImmutableCollection<T> |
ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.
|
| MutableCollection<T> |
MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal
iterator methods, from the Smalltalk Collection protocol.
|
Copyright © 2004–2022. All rights reserved.