Package jodd.util.collection

Few collection enhancements.

See:
          Description

Interface Summary
Bag<E> Bags are a specialization of unordered collections that explicitly allow duplicates.
 

Class Summary
ArrayEnumeration<E> Enumeration over an array.
ArrayIterator<E> Iterator over an array.
BooleanArrayList ArrayList of boolean primitives.
ByteArrayList ArrayList of byte primitives.
CharArrayList ArrayList of char primitives.
CompositeIterator Iterator that combines multiple other iterators.
DoubleArrayList ArrayList of double primitives.
EnumerationIterator<E> Iterator adapter for enumeration.
FloatArrayList ArrayList of float primitives.
HashBag<E> HashBag implementation of a Bag
IntArrayList ArrayList of int primitives.
IntHashMap A Map that accepts int or Integer keys only.
JoinedEnumeration Joins two enumerations.
JoinedIterator  
LongArrayList ArrayList of long primitives.
SetMapAdapter<E> Map adapter for a set provides an easy way to have a Set from various map implementations.
ShortArrayList ArrayList of short primitives.
SimpleQueue<E> Simple Queue (FIFO) based on LinkedList.
SimpleStack<E> Simple Stack (LIFO) class.
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.
 

Package jodd.util.collection Description

Few collection enhancements.



Copyright © 2003-2012 Jodd Team