Entry

Constructors

Link copied to clipboard
constructor(argumentName: String, value: Any)

Functions

Link copied to clipboard
open fun entry(argumentName: String, value: Any): 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