Uses of Interface
net.haesleinhuepf.clij.coremem.recycling.RecyclerInterface
-
Packages that use RecyclerInterface Package Description net.haesleinhuepf.clij.coremem.recycling -
-
Uses of RecyclerInterface in net.haesleinhuepf.clij.coremem.recycling
Classes in net.haesleinhuepf.clij.coremem.recycling that implement RecyclerInterface Modifier and Type Class Description classBasicRecycler<R extends RecyclableInterface<R,P>,P extends RecyclerRequestInterface>Basic Recycler.Methods in net.haesleinhuepf.clij.coremem.recycling with parameters of type RecyclerInterface Modifier and Type Method Description voidRecyclableInterface. setRecycler(RecyclerInterface<R,P> pRecycler)Sets the recycler that should be used by this recyclable object
-