E
- the type of the element which should be inserted into the queue.public interface InsertBehavior<E>
Modifier and Type | Method and Description |
---|---|
boolean |
insert(E element) |
boolean insert(E element)
element
- element to be insertedtrue
if the element after this element
can be inserted, otherwise false
.Copyright 2020 Kieker Project, http://kieker-monitoring.net