public interface MapAdaptable
Modifier and Type | Method and Description |
---|---|
java.util.Map |
asMap()
Returns this object's contents as a
Map . |
java.util.Map asMap()
Map
. The returned map may or may not be modifiable depending on this
implementation.
Warning: this operation may be called frequently; if so care should be taken so that the map contents (if calculated) be cached as appropriate.