Searched refs:LAST_BIT (Results 1 – 1 of 1) sorted by relevance
399 static final long LAST_BIT = 1L << (Long.SIZE - 1); field in ChildHelper.Bucket452 final boolean lastBit = (mData & LAST_BIT) != 0; in insert()