gnu.mapping

Class SharedLocation

public class SharedLocation extends NamedLocation

A Location suitable when Environment or Location can be access by multiple threads. Accesses are synchronized.
Constructor Summary
SharedLocation(Symbol symbol, Object property, int timestamp)
Method Summary
Objectget(Object defaultValue)
booleanisBound()
voidset(Object newValue)

Constructor Detail

SharedLocation

public SharedLocation(Symbol symbol, Object property, int timestamp)

Method Detail

get

public final Object get(Object defaultValue)

isBound

public boolean isBound()

set

public final void set(Object newValue)