Package hec.clientapp.script
Class ScriptManagerImpl.ScriptHashtable
java.lang.Object
java.util.Dictionary
java.util.Hashtable
hec.clientapp.script.ScriptManagerImpl.ScriptHashtable
- All Implemented Interfaces:
Serializable,Cloneable,Map
- Enclosing class:
ScriptManagerImpl
extension of Hashtable for some added functionality
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getName()booleanbooleanvoidvoidsetModified(boolean b) voidsetReloadOk(boolean b) Methods inherited from class java.util.Hashtable
clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
-
Constructor Details
-
ScriptHashtable
-
-
Method Details
-
put
-
remove
-
clear
public void clear() -
isModified
public boolean isModified() -
setModified
public void setModified(boolean b) -
getName
-
getIdentifier
-
setIdentifier
-
setReloadOk
public void setReloadOk(boolean b) -
isReloadOk
public boolean isReloadOk()
-