All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class nodeos.Linkable

java.lang.Object
   |
   +----nodeos.Linkable

public class Linkable
extends Object
A simple class for linkable objects.

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.

See Also:
LinkedList

Constructor Index

 o Linkable()

Constructors

 o Linkable
 public Linkable()

All Packages  Class Hierarchy  This Package  Previous  Next  Index