common-util

Package local.tomas.util.collections

This package contains helper classes for collection handling.

See:
          Description

Interface Summary
BinaryObjectMapping<T> Interface for binary object mappings.
ObjectFilter Filter objects.
ObjectMapping<T> Interface for simple object mappings.
 

Class Summary
CastMapping<T> Object mapping which casts objects to another type.
Collections Collection utilities.
FilteredCollection<T> A filtered collection.
FilteredIterator<T> Filtered iterator.
IdentityMapping<T> Identity mapping.
MappedCollection<F,T> Mapped collection.
MappedComparator<F,T> Mapped comparator.
MappedIterator<F,T> Mapped iterator.
MappedList<F,T> Mapped list.
MappedListIterator<F,T> Iterator over a mapped list.
MappedMap<K,J,F,T> Mapped map.
SimpleMappedMap<K,F,T> Simple mapped map.
SimpleMappedMap.SimpleEntry<J,V> A simple map entry.
 

Package local.tomas.util.collections Description

This package contains helper classes for collection handling.


common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.