public static interface HashCommon.NotifyEmpty
NotifyEmpty object in when the iterator is constructed,
and its emptied method is called when the bunch
becomes empty.| Modifier and Type | Field and Description |
|---|---|
static HashCommon.NotifyEmpty |
ignore
A NotifyEmpty instance that ignores the notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
emptied()
Method to call to notify that the collection has become empty.
|
static final HashCommon.NotifyEmpty ignore
Licenced under the Apache License, Version 2.0