unlink
Description:
[
Version ( since =
"2.4" ) ]
public void unlink (
List<
G> link)
Unlinks link_
so that it will no longer be part of this.
The link is not freed.
link_
must be part of this.
Parameters:
this |
a Queue
|
link_ |
a List link that must be part of this
|