/**
  * Constructs a new cursor.
  *
  * @param index  the index to start from
  */
 protected internal Cursor(CursorableLinkedList parent, int index)
     : base(parent, index)
 {
     valid = true;
 }
Beispiel #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;
 }