Searched refs:mEmptySets (Results 1 – 1 of 1) sorted by relevance
35 private final Set<T>[] mEmptySets; field in MultiLongSparseArray40 mEmptySets = new Set[DEFAULT_MAX_EMPTIES_KEPT]; in MultiLongSparseArray()45 mEmptySets = new Set[emptyCacheSize]; in MultiLongSparseArray()90 mEmptySets[mEmptyIndex--] = null; in clearEmptyCache()101 mEmptySets[++mEmptyIndex] = emptySet; in cacheEmptySet()109 Set<T> emptySet = mEmptySets[mEmptyIndex]; in getEmptySet()110 mEmptySets[mEmptyIndex--] = null; in getEmptySet()