Modifier and Type | Method and Description |
---|---|
<T> T |
as(Class<T> view)
Provides typed access on the underlying data map.
|
<T> T |
asReadOnly(Class<T> view)
Provides typed read-only access on the underlying data map.
|
public <T> T as(Class<T> view)
T
- the return typeview
- the accessor interfacepublic <T> T asReadOnly(Class<T> view)
T
- the return typeview
- the accessor interfaceCopyright © 2020 SAP. All rights reserved.