Package jmri

Class Reference<E>

java.lang.Object
jmri.Reference<E>
Type Parameters:
E - the type of the reference

public class Reference<E> extends Object
A reference to an object. It's a faster replacement for AtomicReference when thread safety is not needed.