8384858687888990919293
public boolean hasNext() { if(nextObject!=null) return true; while(true) { IHProfRecord subRecord=record.getSubRecord(latestRecord); if(subRecord==null) { return false; } latestRecord++;