A B C F G L N R S T U

F

FilterLog - Interface in cmsc433.p1
A FilterLog is a kind of log that is mediated by a filter.
flush() - Method in class cmsc433.p1.BasicFilterLog
 
flush() - Method in class cmsc433.p1.BasicLog
Returns a list of all records in the log.
flush() - Method in interface cmsc433.p1.Log
Returns all LogRecords kept in the log, emptying the log.
flush() - Method in class cmsc433.p1.NullLog
 
flush() - Method in class cmsc433.p1.SplitLog
Calls flush on both child logs, returning a combined result.

A B C F G L N R S T U