Searched refs:mEmptySets (Results 1 – 1 of 1) sorted by relevance
33 private final Set<T>[] mEmptySets; field in MultiLongSparseArray38 mEmptySets = new Set[DEFAULT_MAX_EMPTIES_KEPT]; in MultiLongSparseArray()43 mEmptySets = new Set[emptyCacheSize]; in MultiLongSparseArray()83 mEmptySets[mEmptyIndex--] = null; in clearEmptyCache()94 mEmptySets[++mEmptyIndex] = emptySet; in cacheEmptySet()102 Set<T> emptySet = mEmptySets[mEmptyIndex]; in getEmptySet()103 mEmptySets[mEmptyIndex--] = null; in getEmptySet()