E - the element type.public interface BufferOverflowListener<E>
FIFOQueue.| Modifier and Type | Method and Description |
|---|---|
void |
itemRemoved(E item)
This is the method to notify the user with the removed item.
|
void itemRemoved(E item)
item - the itemCopyright © 2016 utils4j. All Rights Reserved.