Interface TypeSection<StringKey,TypeKey,TypeRef extends TypeReference>

All Superinterfaces:
IndexSection<TypeKey>, NullableIndexSection<TypeKey>
All Known Implementing Classes:
BuilderTypePool, TypePool

public interface TypeSection<StringKey,TypeKey,TypeRef extends TypeReference> extends NullableIndexSection<TypeKey>
  • Method Details

    • getString

      @Nonnull StringKey getString(@Nonnull TypeKey key)
    • getItemIndex

      int getItemIndex(@Nonnull TypeRef key)