Interface NullableIndexSection<Key>

All Superinterfaces:
IndexSection<Key>
All Known Subinterfaces:
StringSection<StringKey,StringRef>, TypeSection<StringKey,TypeKey,TypeRef>
All Known Implementing Classes:
BuilderStringPool, BuilderTypePool, StringPool, StringTypeBasePool, TypePool

public interface NullableIndexSection<Key> extends IndexSection<Key>
  • Method Details

    • getNullableItemIndex

      int getNullableItemIndex(@Nullable Key key)