Naanou.Common
Class NodeSequence

Fields inherited from class Naanou.Common.NodeList
count, header, trailer

Constructor Summary
NodeSequence()
        Initializes a new instance of the NodeSequence class.

Properties inherited from class Naanou.Common.NodeList
Count, First, IsEmpty, Last

Method Summary
Naanou.Common.DNode AtRank(int index)
void CheckRank(int rank)
object ElemAtRank(int index)
void InsertAtRank(int rank, object element)
object ReplaceAtRank(int rank, object elem)

Methods inherited from class Naanou.Common.NodeList
After, Before, CheckPosition, InsertAfter, InsertBefore, InsertFirst, InsertLast, IsFirst, Remove, ReplaceElement, SwapElements

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

NodeSequence

public NodeSequence()

Initializes a new instance of the NodeSequence class.

Method Detail

AtRank

public Naanou.Common.DNode AtRank(int index)


CheckRank

protected void CheckRank(int rank)


ElemAtRank

public object ElemAtRank(int index)


InsertAtRank

public void InsertAtRank(int rank,
                         object element)


ReplaceAtRank

public object ReplaceAtRank(int rank,
                            object elem)