| Class | Description |
|---|---|
| ArrayListBuilder<T> |
Simple
ArrayList builder. |
| CollectionBuilder<T,C extends Collection<T>,B extends CollectionBuilder<T,C,B>> | |
| EmptyEnumeration<E> |
Enumeration implementation that has no elements. |
| EmptyIterator<E> |
Iterator implementation that has no elements. |
| HashSetBuilder<T> |
Simple
HashSet builder. |
| ImmutableCollection<E> |
Collection implementation that doesn't allow any data modifications to be done. |
| ImmutableList<E> |
List implementation that doesn't allow any data modifications to be done. |
| ImmutableSet<E> |
Set implementation that doesn't allow any data modifications to be done. |
| WeakHashSet<E> |
Custom
Set implementation that keeps only WeakReferences to all of its objects. |
Copyright © 2020. All rights reserved.