Package net.automatalib.common.util.ref
-
Interface Summary Interface Description Ref<T> An abstraction for (weak or strong) references. -
Class Summary Class Description Refs Utility functions for dealing with references.StrongRef<T> A strong reference wrapper, complying to theRef
interface.WeakRef<T> A weak reference wrapper, complying to theRef
interface.