Interface IdentifierNamespace<K,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @Nullable V get​(@NonNull K identifier)
      Returns value associated with supplied identifier.
    • Method Detail

      • get

        @Nullable V get​(@NonNull K identifier)
        Returns value associated with supplied identifier.
        Parameters:
        identifier - Identifier of value
        Returns:
        value or null, if identifier is not present in namespace.