class Category{ float deweyClass; int dewCode; int catFreq = 1; int checkCatFreq = 1; HashMap titles = new HashMap(); }