Entry

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun entry(@NotNull argumentName: @NotNull String, @NotNull value: @NotNull Any): @NotNull Localization.Entry
Create a new localization entry, this binds a localization template argument with the value.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String