/**
  * Constructs a new cursor.
  *
  * @param index  the index to start from
  */
 protected internal Cursor(CursorableLinkedList parent, int index)
     : base(parent, index)
 {
     valid = true;
 }
Exemplo n.º 2
0
 /**
  * Constructs a new cursor.
  *
  * @param index  the index to start from
  */
 protected internal Cursor(CursorableLinkedList parent, int index)
     : base(parent, index)
 {
     valid = true;
 }