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 and ImmutableSet.
|
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–2016. All rights reserved.