D - domain classR - range classpublic interface MutableMapping<D,R> extends Mapping<D,R>
Mapping, which supports setting keys for given values.| Modifier and Type | Method and Description |
|---|---|
R |
put(D key,
R value) |
Copyright © 2019. All rights reserved.