e = eventList.items();
while( e.hasMoreElements() ) {
Event evt = (Event) e.nextElement();
AppointmentObject appointment = new AppointmentObject( evt );
if( testable != null ) {
if( testable.test( appointment ) ) {
FindNamespace.insertElementByOrder( found, appointment, orderByField, isAscending );
iElement++;
}
} else {
FindNamespace.insertElementByOrder( found, appointment, orderByField, isAscending );