Loading core/java/android/util/ArrayMap.java +5 −5 Original line number Diff line number Diff line Loading @@ -59,6 +59,11 @@ public final class ArrayMap<K, V> implements Map<K, V> { */ private static final int CACHE_SIZE = 10; /** * Special hash array value that indicates the container is immutable. */ static final int[] EMPTY_IMMUTABLE_INTS = new int[0]; /** * @hide Special immutable empty ArrayMap. */ Loading @@ -75,11 +80,6 @@ public final class ArrayMap<K, V> implements Map<K, V> { static Object[] mTwiceBaseCache; static int mTwiceBaseCacheSize; /** * Special hash array value that indicates the container is immutable. */ static final int[] EMPTY_IMMUTABLE_INTS = new int[0]; int[] mHashes; Object[] mArray; int mSize; Loading Loading
core/java/android/util/ArrayMap.java +5 −5 Original line number Diff line number Diff line Loading @@ -59,6 +59,11 @@ public final class ArrayMap<K, V> implements Map<K, V> { */ private static final int CACHE_SIZE = 10; /** * Special hash array value that indicates the container is immutable. */ static final int[] EMPTY_IMMUTABLE_INTS = new int[0]; /** * @hide Special immutable empty ArrayMap. */ Loading @@ -75,11 +80,6 @@ public final class ArrayMap<K, V> implements Map<K, V> { static Object[] mTwiceBaseCache; static int mTwiceBaseCacheSize; /** * Special hash array value that indicates the container is immutable. */ static final int[] EMPTY_IMMUTABLE_INTS = new int[0]; int[] mHashes; Object[] mArray; int mSize; Loading