Uses of Interface
net.automatalib.common.util.ref.Ref
-
Packages that use Ref Package Description net.automatalib.common.util.ref -
-
Uses of Ref in net.automatalib.common.util.ref
Classes in net.automatalib.common.util.ref that implement Ref Modifier and Type Class Description class
StrongRef<T>
A strong reference wrapper, complying to theRef
interface.class
WeakRef<T>
A weak reference wrapper, complying to theRef
interface.
-