sclass LineComp_LinkedList { sclass Node { int value; A prev, next; } Node head; new Map> indexByElement; }