71727374757677787980
} public long commitCheck(Map<Integer, Update> newUpdate) { for (Integer page : newUpdate.keySet()) { if( updates.containsKey( page ) ) { throw new OptimisticUpdateException(); } } return head; }