K : struct, IComparable<K>
Type K is ...
Type T is ...
| Flags | Type | Name | Summary |
|---|---|---|---|
| private |
Node<K,Dummy>
|
m_Head
|
Head of the list |
| Flags | Name | Summary |
|---|---|---|
| public |
LinkedList()
|
Creates an empty list |
| Flags | Name | Summary |
|---|---|---|
| public |
void AddHead(K key, Dummy item)
|
Inserts an element at the head of the list |
| public |
void Odd(Node<K,Node<K,Dummy>> something)
|
This has bizarre generic types in it |
public void AddHead(K key, Dummy item)
| Flags | public | ||||||
|---|---|---|---|---|---|---|---|
| Return type |
void
|
||||||
| Parameters |
|
public void Odd(Node<K,Node<K,Dummy>> something)
| Flags | public | ||||
|---|---|---|---|---|---|
| Return type |
void
|
||||
| Parameters |
|