|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectMapping | |
|---|---|
| com.satline.util.collections | |
| Uses of ObjectMapping in com.satline.util.collections |
|---|
| Classes in com.satline.util.collections that implement ObjectMapping | |
|---|---|
class |
CastMapping<F,T>
|
class |
IdentityMapping<T>
|
| Fields in com.satline.util.collections declared as ObjectMapping | |
|---|---|
protected ObjectMapping<java.lang.Object,J> |
MappedMap.keyMapping
|
protected ObjectMapping<F,T> |
MappedIterator.mapper
|
protected ObjectMapping<F,T> |
MappedList.mapping
|
protected ObjectMapping<F,T> |
MappedMap.valueMapping
|
| Methods in com.satline.util.collections that return ObjectMapping | |
|---|---|
ObjectMapping<F,T> |
MappedList.getMapping()
|
| Methods in com.satline.util.collections with parameters of type ObjectMapping | ||
|---|---|---|
static
|
Collections.map(ObjectMapping<F,T> mapping,
java.util.Collection<F> source,
C target)
|
|
void |
MappedList.setMapping(ObjectMapping<F,T> mapping)
|
|
| Constructors in com.satline.util.collections with parameters of type ObjectMapping | |
|---|---|
MappedCollection(java.util.Collection<F> coll,
ObjectMapping<F,T> mapping)
|
|
MappedComparator(java.util.Comparator<? super T> comp,
ObjectMapping<F,T> mapping)
|
|
MappedIterator(java.util.Iterator<F> iterator,
ObjectMapping<F,T> mapper)
|
|
MappedList(java.util.List<F> list,
ObjectMapping<F,T> mapping)
|
|
MappedListIterator(java.util.ListIterator<F> iterator,
ObjectMapping<F,T> mapper)
|
|
MappedMap(java.util.Map<J,F> map,
ObjectMapping<java.lang.Object,J> keyMapping,
ObjectMapping<F,T> valueMapping)
|
|
MappedMap(java.util.Map<J,F> map,
ObjectMapping<java.lang.Object,J> keyMapping,
ObjectMapping<F,T> valueMapping)
|
|
SimpleMappedMap(java.util.Map<K,F> map,
ObjectMapping<F,T> valueMapping)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||