Uses of Class
net.automatalib.common.util.ref.StrongRef
- 
Packages that use StrongRef Package Description net.automatalib.common.util.ref  - 
- 
Uses of StrongRef in net.automatalib.common.util.ref
Methods in net.automatalib.common.util.ref that return StrongRef Modifier and Type Method Description static <T> StrongRef<T>Refs. strong(T referent)Creates a strong reference to the given referent. 
 -