public class VendorExtensions extends Object
| Constructor and Description |
|---|
VendorExtensions() |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
computeIfAbsent(Object key,
java.util.function.Function<Object,Object> mappingFunction) |
<V> V |
get(Object key) |
Map<Object,Object> |
getStore() |
void |
put(Object key,
Object value) |
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.