Properties

Link copied to clipboard
Link copied to clipboard
abstract override val keys: MutableSet<String>
Link copied to clipboard
abstract val size: Int
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun clear()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun containsKey(key: String): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract operator fun get(key: String): AggregateIdSharding?
Link copied to clipboard
Link copied to clipboard
abstract fun isEmpty(): Boolean
Link copied to clipboard
abstract fun put(key: String, value: AggregateIdSharding): AggregateIdSharding?
Link copied to clipboard
abstract fun putAll(from: Map<out String, AggregateIdSharding>)
Link copied to clipboard
Link copied to clipboard
open fun register(namedAggregateIdSharding: NamedAggregateIdSharding): AggregateIdSharding?
Link copied to clipboard
abstract fun remove(key: String): AggregateIdSharding?
open fun remove(key: String, value: AggregateIdSharding): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard