box.system.core.collections.concurrent.Callable interface">
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.core.collections.BaseDictionary
public class BaseDictionary
This is a base lookup dictionary
| Constructor Summary | |
|---|---|
init([any name='BaseDictionary'], [any dictionary='[runtime expression]'])
Constructor |
|
| Method Summary | |
|---|---|
void |
clearAll()
Clear all the keys |
any |
clearKey(string key)
Clear a key from the dictionary, returns true or false if removed |
any |
getDictionary()
Get Dictionary as struct |
any |
getKey(any key)
Get a dictionary key, else return a blank |
any |
getName()
Get dictionary name |
any |
keyExists(any key)
Check if a key exists: Boolean |
void |
setDictionary(any dictionary)
Set Dictionary |
void |
setKey(any key, any value)
Set a new key in the dictionary |
void |
setName(any name)
Set dictionary name |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init([any name='BaseDictionary'], [any dictionary='[runtime expression]'])
name - The dictionary namedictionary - The default dictionary [struct]| Method Detail |
|---|
public void clearAll()
public any clearKey(string key)
key - The key to removepublic any getDictionary()
public any getKey(any key)
key - The key to returnpublic any getName()
public any keyExists(any key)
key - The key to returnpublic void setDictionary(any dictionary)
dictionarypublic void setKey(any key, any value)
key - The key to returnvalue - The value of the keypublic void setName(any name)
name
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||