|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnderlyingMapAware<K,V>
This interface makes a derivative type aware of an underlying Map implementation.
getUnderlyingMap(),
setUnderlyingMap(Map),
UnderlyingPropertyMapAware| Method Summary | ||
|---|---|---|
Map<K,V> |
getUnderlyingMap()
Returns the Map which underlies this class type facade. |
|
|
setUnderlyingMap(M underlyingMap)
Sets the Map which should underly this class type facade. |
|
| Method Detail |
|---|
Map<K,V> getUnderlyingMap()
Map which underlies this class type facade.
<M extends Map<K,V>> void setUnderlyingMap(M underlyingMap)
Map which should underly this class type facade.
underlyingMap -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||