Home | History | Annotate | Download | only in util

Lines Matching defs:EMPTY_TABLE

71     private static final Entry[] EMPTY_TABLE
111 * the capacity is zero, as described in the EMPTY_TABLE declaration
126 table = (HashMapEntry<K, V>[]) EMPTY_TABLE;
127 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE
145 HashMapEntry<K, V>[] tab = (HashMapEntry<K, V>[]) EMPTY_TABLE;
147 threshold = -1; // Forces first put() to replace EMPTY_TABLE