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