Searched defs:IntMap (Results 1 – 2 of 2) sorted by relevance
21 public class IntMap<T> { class30 public IntMap() { in IntMap() method in IntMap
22 sealed class IntMap<T>(internal val array: SparseArray<T>) : Immutable<MutableIntMap<T>> { class