T - the generic type of the instances contained in the ListableObjectStorepublic class SimpleObjectStoreToMapAdapter<T extends Serializable> extends ObjectStoreToMapAdapter<T>
ObjectStoreToMapAdapter which operates on a
ListableObjectStore received in the constructor| Constructor and Description |
|---|
SimpleObjectStoreToMapAdapter(ListableObjectStore<T> objectStore)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
ListableObjectStore<T> |
getObjectStore() |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SimpleObjectStoreToMapAdapter(ListableObjectStore<T> objectStore)
objectStore - the ListableObjectStore to be bridgedpublic ListableObjectStore<T> getObjectStore()
getObjectStore in class ObjectStoreToMapAdapter<T extends Serializable>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.