public interface SymbolTable<K>
| Modifier and Type | Method and Description |
|---|---|
SymbolTable<K> |
fork() |
void |
lock(K key) |
void |
release(K key) |
SymbolTable<K> fork()
void lock(K key)
EvaluationException - If the key cannot be locked.void release(K key)
Copyright © 2024. All Rights Reserved.