public class InMemoryRegistryStore<E> extends Object implements RegistryStore<E>
| 构造器和说明 |
|---|
InMemoryRegistryStore() |
public E computeIfAbsent(String key, Function<? super String,? extends E> mappingFunction)
computeIfAbsent 在接口中 RegistryStore<E>public E putIfAbsent(String key, E value)
putIfAbsent 在接口中 RegistryStore<E>public Collection<E> values()
values 在接口中 RegistryStore<E>Copyright © 2021. All rights reserved.