Uses of Package
org.aksw.commons.util.ref
-
Packages that use org.aksw.commons.util.ref Package Description org.aksw.commons.util.ref -
Classes in org.aksw.commons.util.ref used by org.aksw.commons.util.ref Class Description LazyRef A supplier for a ref backed by a root ref.Ref Interface for nested references.RefDelegate Interface with default methods that delegate Ref's methodsRefDelegateBase RefFuture In principle a typedef for Ref> RefImpl Implementation of aRefTODO Avoid needless synchronization; a ConcurrentHashMap may help; ref.equals could do only reference comparisonResourceHolder SingletonLazyRef A wrapper that turns a supplier of references into a singleton such that at any given time (on a specific jvm) only a most a single reference will have been acquired from that supplier.