public class VendorExtensions extends Object
VendorExtensions()
<V> V
computeIfAbsent(Object key, Function<Object,Object> mappingFunction)
get(Object key)
Map<Object,Object>
getStore()
void
put(Object key, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public VendorExtensions()
public Map<Object,Object> getStore()
public <V> V get(Object key)
public void put(Object key, Object value)
public <V> V computeIfAbsent(Object key, Function<Object,Object> mappingFunction)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.