|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectMapping | |
|---|---|
| local.tomas.util.collections | This package contains helper classes for collection handling. |
| Uses of ObjectMapping in local.tomas.util.collections |
|---|
| Classes in local.tomas.util.collections that implement ObjectMapping | |
|---|---|
class |
CastMapping<T>
Object mapping which casts objects to another type. |
class |
IdentityMapping<T>
Identity mapping. |
| Fields in local.tomas.util.collections declared as ObjectMapping | |
|---|---|
protected ObjectMapping<J> |
MappedMap.keyMapping
|
protected ObjectMapping<T> |
MappedIterator.mapper
|
protected ObjectMapping<T> |
MappedList.mapping
|
protected ObjectMapping<T> |
MappedMap.valueMapping
|
| Methods in local.tomas.util.collections that return ObjectMapping | |
|---|---|
ObjectMapping<T> |
MappedList.getMapping()
Get mapping. |
| Methods in local.tomas.util.collections with parameters of type ObjectMapping | ||
|---|---|---|
static
|
Collections.map(ObjectMapping<T> mapping,
Collection<F> source,
C target)
Map a collection. |
|
void |
MappedList.setMapping(ObjectMapping<T> mapping)
Set mapping. |
|
| Constructors in local.tomas.util.collections with parameters of type ObjectMapping | |
|---|---|
MappedCollection(Collection<F> coll,
ObjectMapping<T> mapping)
Construct a mapped collection. |
|
MappedComparator(Comparator<? super T> comp,
ObjectMapping<T> mapping)
Construct mapped comparator. |
|
MappedIterator(Iterator<F> iterator,
ObjectMapping<T> mapper)
Construct mapped iterator. |
|
MappedList(List<F> list,
ObjectMapping<T> mapping)
Construct a mapped list. |
|
MappedListIterator(ListIterator<F> iterator,
ObjectMapping<T> mapper)
Construct mapped list iterator. |
|
MappedMap(Map<J,F> map,
ObjectMapping<J> keyMapping,
ObjectMapping<T> valueMapping)
Construct mapped map. |
|
MappedMap(Map<J,F> map,
ObjectMapping<J> keyMapping,
ObjectMapping<T> valueMapping)
Construct mapped map. |
|
SimpleMappedMap(Class<K> keyClass,
Map<K,F> map,
ObjectMapping<T> valueMapping)
Construct mapping. |
|
|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||