insert_before
Description:
public void insert_before (
List<
G> sibling,
owned G data)
Inserts data
into this before sibling
.
sibling
must be part of this.
Parameters:
this |
a Queue
|
sibling |
a List link that must be part of this
|
data |
the data to insert
|