| 107 | } |
| 108 | |
| 109 | void OOFAwareWidget::OOFAwareWidgetIterator::intoStringBuffer (StringBuffer *sb) |
| 110 | { |
| 111 | Iterator::intoStringBuffer (sb); |
| 112 | sb->append (", sectionIndex = "); |
| 113 | sb->appendInt (sectionIndex); |
| 114 | sb->append (", index = "); |
| 115 | sb->appendInt (index); |
| 116 | } |
| 117 | |
| 118 | int OOFAwareWidget::OOFAwareWidgetIterator::compareTo (Comparable *other) |
| 119 | { |