_containerList.add(container);
DatabaseEntry entry = null;
while ((entry = iterator.next()) != null) {
String key = entry.label().substring(0, 1);
container = _containerIndex.get(key);
if (container == null) {
container = _containerList.lastElement();
}
container.add(entry);