|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CastableToMapOperator
This interface contains methods for casts to map (Map
Method Summary | ||
---|---|---|
|
castToMapOf(org.javaruntype.type.Type<K> keyType,
org.javaruntype.type.Type<V> valueType)
Casts the operator's target as a map of the specified types. |
|
|
of(org.javaruntype.type.Type<K> keyType,
org.javaruntype.type.Type<V> valueType)
Casts the operator's target as a map of the specified types. |
Method Detail |
---|
<K,V> Operator of(org.javaruntype.type.Type<K> keyType, org.javaruntype.type.Type<V> valueType)
Casts the operator's target as a map of the specified types.
K
- the type for the map's keysV
- the type for the map's valueskeyType
- the type for the map's keysvalueType
- the type for the map's values
<K,V> Operator castToMapOf(org.javaruntype.type.Type<K> keyType, org.javaruntype.type.Type<V> valueType)
Casts the operator's target as a map of the specified types.
K
- the type for the map's keysV
- the type for the map's valueskeyType
- the type for the map's keysvalueType
- the type for the map's values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |