Aggregations

Constructors

Link copied to clipboard
constructor(delegate: Map<RelationType, Aggregation>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val keys: Set<RelationType>
Link copied to clipboard
Link copied to clipboard
open override val size: Int
Link copied to clipboard
Link copied to clipboard
open override val values: Collection<Aggregation>

Functions

Link copied to clipboard
open override fun containsKey(key: RelationType): Boolean
Link copied to clipboard
open override fun containsValue(value: Aggregation): Boolean
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open operator override fun get(key: RelationType): Aggregation?
Link copied to clipboard
inline fun <T : EventContent> Map<EventType, Int>.get(): Int?
operator fun Map<EventType, Int>.get(name: String): Int?
operator fun Map<EventType, Int>.get(kClass: KClass<out EventContent>): Int?
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
Link copied to clipboard