Package com.tagtraum.sixbs.adapters.util

Contains pre-written Adapters for the java.lang.util package.

See:
          Description

Class Summary
ArrayListAdapt Adapter for an ArrayList.
HashMapAdapt Adapter for a HashMap.
HashSetAdapt Adapter for a HashSet.
HashtableAdapt Adapter for an Hashtable.
LinkedListAdapt Adapter for a LinkedList.
ListAdapt Adapter for an ArrayList.
MapAdapt Adapter for a Map.
MapEntry Entry for MapAdapt.
SetAdapt Adapter for a Set.
SortedMapAdapt Adapter for a SortedMap.
TreeMapAdapt Adapter for a TreeMap.
VectorAdapt Adapter for a Vector.
 

Package com.tagtraum.sixbs.adapters.util Description

Contains pre-written Adapters for the java.lang.util package. Most Colllection type datastructures are covered.

Please contribute for other classes!