|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HeaderCache
| Method Summary | |
|---|---|
void |
add(Header headerRT)
|
void |
add(int index,
int offset)
|
void |
add(int index,
int offset,
Header header)
|
void |
clear()
Reinitializes the map to initial empty state |
boolean |
contains(java.lang.Class<? extends Header> h)
|
boolean |
contains(int index)
Checks if the header entry of the protocol at the bit index exists |
boolean |
contains(int index,
int instance)
Checks if the header entry of the protocol at the bit index exists |
boolean |
contains(ProtocolEntry protocol)
|
Header |
getHeader(int index)
|
Header |
getHeader(int index,
int instance)
|
Header |
getHeader(ProtocolEntry protocol)
|
int |
getOffset(int index)
|
int |
getOffset(int index,
int instance)
|
boolean |
isEmpty()
|
void |
put(int index,
int instance,
Header header)
|
int |
size()
|
Header[] |
toArray(Header[] h)
|
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
void add(Header headerRT)
headerRT -
void add(int index,
int offset)
void add(int index,
int offset,
Header header)
void clear()
boolean contains(java.lang.Class<? extends Header> h)
boolean contains(int index)
boolean contains(int index,
int instance)
boolean contains(ProtocolEntry protocol)
Header getHeader(ProtocolEntry protocol)
Header getHeader(int index)
Header getHeader(int index,
int instance)
int getOffset(int index)
int getOffset(int index,
int instance)
boolean isEmpty()
void put(int index,
int instance,
Header header)
int size()
Header[] toArray(Header[] h)
h -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||