| Class | Description | 
|---|---|
| AbstractRichIterable<T> | |
| Counter | A Counter can be used to increment and return an integer count. | 
| EmptyIterator<T> | A Singleton iterator which is empty and can be used by all empty collections. | 
| SpreadFunctions | |
| SynchronizedRichIterable<T> | A synchronized view of a RichIterable. | 
| SynchronizedRichIterable.SynchronizedRichIterableSerializationProxy<T> | |
| UnmodifiableIteratorAdapter<E> | An iterator that adapts another iterator and throws unsupported operation exceptions when calls
 to the remove method are made. | 
| UnmodifiableMap<K,V> | An unmodifiable view of a Map. | 
| UnmodifiableRichIterable<T> | An unmodifiable view of a RichIterable. | 
Copyright © 2004–2018. All rights reserved.