메소드 | 설명 | |
---|---|---|
AddBefore ( HeaderEntry existingEntry ) : void |
Inserts this entry before the specified existing entry in the list.
|
|
HeaderEntry ( int hash, byte name, byte value, int index, HeaderEntry next ) : System |
Creates new entry.
|
|
Remove ( ) : void |
Removes this entry from the linked list.
|
public AddBefore ( HeaderEntry existingEntry ) : void | ||
existingEntry | HeaderEntry | Existing entry. |
리턴 | void |
public HeaderEntry ( int hash, byte name, byte value, int index, HeaderEntry next ) : System | ||
hash | int | Hash. |
name | byte | Name. |
value | byte | Value. |
index | int | Index. |
next | HeaderEntry | Next. |
리턴 | System |