arrow-core / arrow.core.extensions / SortedMapKHash

SortedMapKHash

interface ~~SortedMapKHash~~<K : Comparable<K>, A> : Hash<SortedMapK<K, A>> Deprecated: SortedMapK is deprecated along side Higher Kinded Types in Arrow. Prefer to simply use java.util.SortedMap instead.Arrow provides extension functions on java.util.SortedMap and kotlin.collections.Map to cover all the behavior defined for SortedMapK

Functions

HA abstract fun HA(): Hash<A>
hashWithSalt open fun SortedMapK<K, A>.hashWithSalt(salt: Int): Int
HK abstract fun HK(): Hash<K>

Do you like Arrow?

Arrow Org
<