They recognize that unlike the Lookup Table and Hash Table, there are a number of fast maps which have very little wasted space, and would like you to build, then incorporate, one of those dictionaries into your Beige & Chartruese Library program.
/**
* Remove the given record from the Library
*/
public void deleteRecord(Record r){
return null;
}