All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----simula.simset.Linkage | +----simula.simset.Link
Link
object, otherwise places it as the first object in
the given list.
_list
refers to an existing linked list, this method
appends the object at the end of that list; otherwise it is removed
from any previous list it might have belonged to.
Link
object or a Head
object: if _elem
is a
Link
object, this method inserts this object into the same
linked list that _elem
belongs to, in the position
immediately preceding _elem
(if _elem
does not
belong to a linked list, the result is the same as for
out; if _elem
is a Head
object, this method is equivalent to into.
protected Head list
public Link()
public void follow(Linkage _elem) throws SimulaException
Link
object, otherwise places it as the first object in
the given list.
Null
or
belongs to a Null
list.
public void into(Head _list) throws SimulaException
_list
refers to an existing linked list, this method
appends the object at the end of that list; otherwise it is removed
from any previous list it might have belonged to.
protected Head list()
public void out()
public void precede(Linkage _elem) throws SimulaException
Link
object or a Head
object: if _elem
is a
Link
object, this method inserts this object into the same
linked list that _elem
belongs to, in the position
immediately preceding _elem
(if _elem
does not
belong to a linked list, the result is the same as for
out; if _elem
is a Head
object, this method is equivalent to into.
Null
or
belongs to a Null
list.
All Packages Class Hierarchy This Package Previous Next Index