Home
last modified time | relevance | path

Searched refs:tailIndex (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2642 int tailIndex = headIndex; in expand() local
2645 if (newIndex != tailIndex) { in expand()
2647 tailIndex = newIndex; in expand()
2651 newTable.set(tailIndex, tail); in expand()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2964 int tailIndex = headIndex; in expand() local
2967 if (newIndex != tailIndex) { in expand()
2969 tailIndex = newIndex; in expand()
2973 newTable.set(tailIndex, tail); in expand()