insert_after


Description:

public void insert_after (List<G> sibling, owned G data)

Inserts data into this after 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