BitField f = (BitField)instances.get(new Integer(mask)); if (f == null) { f = new BitField(mask); instances.put(new Integer(mask), f); } return f;