January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.rms.RecordFilter
This interface defines a filter that examines a record to check if it
matches an application-defined criteria. It can be used for searching
or subsetting records. The matches( ) method
returns true if the candidate record is selected
by the RecordFilter.
public interfaceRecordFilter{ // public static methods boolean public booleanmatches(byte candidate[]); }
Read now
Unlock full access