| Class | Description |
|---|---|
| CheckedList |
Excerpts defining a list implementation that delegates to a provided add method to perform
element validation and insertion into a random-access backing list.
|
| CheckedListMultimap |
Excerpts defining a multimap implementation that delegates to a provided put method to perform
entry validation and insertion into a backing multimap.
|
| CheckedMap |
Excerpts defining a map implementation that delegates to a provided put method to perform entry
validation and insertion into a backing map.
|
| CheckedMultiset |
Excerpts defining a multiset implementation that delegates to a provided setCount method to
perform element validation and insertion into a backing multiset.
|
| CheckedNavigableSet |
Excerpts defining a navigable set implementation that delegates to a provided add method to
perform element validation and insertion into a backing set.
|
| CheckedSet |
Excerpts defining a set implementation that delegates to a provided add method to perform
element validation and insertion into a backing set.
|
| CheckedSetMultimap |
Excerpts defining a multimap implementation that delegates to a provided put method to perform
entry validation and insertion into a backing multimap.
|