Interface ManagedArena<T>
- Type Parameters:
T- the type of the identifier of the arena
public interface ManagedArena<T>
An extension of
Arena that can be managed by ArenaManager-
Method Summary
Modifier and TypeMethodDescriptionGet the identifier of the arenadefault voidConvenient method.
-
Method Details
-
getIdentifier
T getIdentifier()Get the identifier of the arena- Returns:
- the identifier
-
removeFromManager
default void removeFromManager()Convenient method. Remove the arena from the arena manager
-