Question: Complete the TODO in below java code: @Override public boolean delete ( Object key ) { String keyColumnName = schema.getKey ( ) ; if (
Complete the TODO in below java code: @Override
public boolean deleteObject key
String keyColumnName schema.getKey;
if keyColumnName null
throw new RuntimeExceptionCannot delete when schema does not have a key.";
TODO
lookup the row
if not found, return false
mark the space free in the bitmap
for int i ; i indexes.length; i
if indexesi null
TODO in lab
throw new UnsupportedOperationException;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
