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 Type
    Method
    Description
    Get the identifier of the arena
    default void
    Convenient 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