java.lang.Object
org.marid.misc.FreeIndexAllocator
public final class FreeIndexAllocator extends Object
-
Constructor Summary
Constructors Constructor Description FreeIndexAllocator() -
Method Summary
Modifier and Type Method Description <E> EcallWithFreeIndex(IntFunction<E> callback)<E> EcallWithFreeIndexExceptionally(IntFunction<Callable<E>> callback)voidfree(int index)intfreeIndex()voidwithFreeIndex(IntConsumer consumer)
-
Constructor Details
-
FreeIndexAllocator
public FreeIndexAllocator()
-
-
Method Details
-
freeIndex
public int freeIndex() -
free
public void free(int index) -
withFreeIndex
-
callWithFreeIndex
-
callWithFreeIndexExceptionally
- Throws:
Exception
-