| Modifier and Type | Method and Description | 
|---|---|
| CrimeRecordListNode | CrimeRecordListNode. getNext() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CrimeRecordListNode. setNext(CrimeRecordListNode next) | 
| Constructor and Description | 
|---|
| CrimeRecordListNode(CrimeRecord data,
                   CrimeRecordListNode next)Constructor tow create a single node |