Recently I came across a line like this
public final static int DELETION_MASK = 0x01;
why is it not like
Only that, it will be consistent when you define NONDELETION_MASK = 0x0A.