List<FingerprintMatch> fSearchList = null;
if (searchTerms.getFingerprintMatchList() != null) {
fSearchList = new ArrayList<FingerprintMatch>();
for (FingerprintMatch fm : searchTerms.getFingerprintMatchList()) {
FingerprintMatch f = fm.clone();
f.prepare();
fSearchList.add(f);
}
}
/*
* Loop through that portion of the person match array that was