public class Memory extends xyz.cofe.collection.map.LockEventMap<String,Object>
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
consts |
protected String |
operatorPrefix |
| Constructor and Description |
|---|
Memory() |
Memory(Map<String,Object> wrappedMap) |
Memory(Map<String,Object> wrappedMap,
Lock lock) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
Function fun) |
Set<String> |
getConsts() |
FunctionSet |
getFunctions(String name) |
protected String |
getFunTypeDesc(Function fun) |
String |
getNameOf(Object value) |
String |
getOperatorPrefix() |
FunctionSet |
getOperators(String name) |
void |
inspect(Object own) |
void |
inspect(Object own,
CommandLineMachine cli) |
Object |
put(String key,
Object value) |
void |
setOperatorPrefix(String operatorPrefix) |
createLock, getLockRead, getLockWrite, lockRun, lockRunaddEventMapListener, addEventMapListener, addEventToQueue, clear, containsEventMapListener, containsKey, containsValue, createDeleted, createInserted, createUpdated, entrySet, fireDeleted, fireEvent, fireInserted, fireQueueEvents, fireUpdated, get, getListenersHelper, getListenersLock, getWrappedMap, isEmpty, keySet, listenObjectChanged, onChanged, onChanged, onDeleted, onDeleted, onInserted, onInserted, onUpdated, onUpdated, putAll, remove, removeEventMapListener, sendNewListOnNewWrapperMap, setWrappedMap, size, valuesclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getOperatorPrefix()
public void setOperatorPrefix(String operatorPrefix)
public FunctionSet getFunctions(String name)
public FunctionSet getOperators(String name)
public void inspect(Object own)
public void inspect(Object own, CommandLineMachine cli)
Copyright © 2017. All rights reserved.