Uses of Class
org.aksw.shellgebra.exec.graph.ReferenceCountedObject
Packages that use ReferenceCountedObject
-
Uses of ReferenceCountedObject in org.aksw.shellgebra.exec.graph
Methods in org.aksw.shellgebra.exec.graph that return ReferenceCountedObjectModifier and TypeMethodDescriptionReferenceCountedObject.acquire()static <T extends AutoCloseable>
ReferenceCountedObject<T> ReferenceCountedObject.of(T obj) static <T> ReferenceCountedObject<T> ReferenceCountedObject.of(T obj, AutoCloseable closeAction) Methods in org.aksw.shellgebra.exec.graph with parameters of type ReferenceCountedObjectModifier and TypeMethodDescriptionstatic <T> FileDescription<T> FileDescription.of(ReferenceCountedObject<T> resource) Constructors in org.aksw.shellgebra.exec.graph with parameters of type ReferenceCountedObject