Uses of Interface
net.haesleinhuepf.clij.coremem.recycling.RecyclerRequestInterface
-
Packages that use RecyclerRequestInterface Package Description net.haesleinhuepf.clij.coremem.recycling -
-
Uses of RecyclerRequestInterface in net.haesleinhuepf.clij.coremem.recycling
Classes in net.haesleinhuepf.clij.coremem.recycling with type parameters of type RecyclerRequestInterface Modifier and Type Class Description classBasicRecycler<R extends RecyclableInterface<R,P>,P extends RecyclerRequestInterface>Basic Recycler.interfaceRecyclableFactoryInterface<R extends RecyclableInterface<R,P>,P extends RecyclerRequestInterface>Interface for all recyclable object factories.interfaceRecyclableInterface<R extends RecyclableInterface<R,P>,P extends RecyclerRequestInterface>Interface for all recyclable objects.interfaceRecyclerInterface<R extends RecyclableInterface<R,P>,P extends RecyclerRequestInterface>Interface implemented by all recyclers.
-