All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----nodeos.Linkable
Class which need to be linked may inherit from this class. The reason why we provide a base class for that, as opposed to a cell, is that it allows insertion and removal from a list without memory allocation. Furthermore, the presence of distinguished next and prev field should make accessing from C code easier.
public Linkable()
All Packages Class Hierarchy This Package Previous Next Index