Package jmri

Class ReferenceNotNull<E>

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

public class ReferenceNotNull<E> extends Object
A reference to an object where the object must not be null. It's a faster replacement for AtomicReference when thread safety is not needed.
  • Constructor Details

  • Method Details