EnumDynamicConfigurationValue

A representation of a configuration value of the enum type E with update information.

Constructors

Link copied to clipboard
fun <E : Enum<E>> EnumDynamicConfigurationValue(valueEntries: SortedSet<DynamicConfigurationValue.ValueEntry<E>>)

Inherited properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
fun entriesInVersionRange(fromVersion: Int, toVersion: Int): SortedSet<DynamicConfigurationValue.ValueEntry<E>>

Value entries from fromVersion to toVersion, inclusive.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String