| Class | Description | 
|---|---|
| ArrayEnumeration<E> | 
 Enumeration over an array. 
 | 
| ArrayIterator<E> | 
 Iterator over an array. 
 | 
| CompositeEnumeration<T> | 
 Enumeration that combines multiple enumerations. 
 | 
| CompositeIterator<T> | 
 Iterator that combines multiple iterators. 
 | 
| MapEntry<K,V> | 
 Default  
Map.Entry implementation. | 
| SetMapAdapter<E> | 
 Map adapter for a set provides an easy way to have a Set from various map implementations. 
 | 
| SortedArrayList<E> | 
 An extension of  
ArrayList that insures that all of the items
 added are sorted. | 
| StringKeyedMapAdapter | 
 Adapter for map whose keys are  
String values. | 
| UnmodifiableMapEntry<K,V> | 
 Unmodifiable version of  
MapEntry implementation. | 
Copyright © 2003-present Jodd Team