int mc = modCount();
int size = size();
if (size >= BYTE_CARDINALITY -
/* if Mutable mutability && !(LHash hash) */2
/* elif !(Mutable mutability) || LHash hash //1// endif */) {
throw new HashOverflowException();
}
/* endif */
byte free = this.freeValue;
/* if Mutable mutability && !(LHash hash) */byte removed = this.removedValue;/* endif */
Random random = ThreadLocalRandom.current();