ConfigurationBucketRange

data class ConfigurationBucketRange(val from: Int, val to: Int)

Constructors

Link copied to clipboard
constructor(from: Int, to: Int)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
val to: Int

Functions

Link copied to clipboard
fun contains(bucket: Int): Boolean