|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MapKey | |
| drcl.data | |
| drcl.diffserv | |
| drcl.inet.data | |
| drcl.net.tool | |
| Uses of MapKey in drcl.data |
| Fields in drcl.data declared as MapKey | |
protected MapKey[] |
Map.key
|
| Methods in drcl.data that return MapKey | |
MapKey[] |
Map.getAllKeys()
|
| Methods in drcl.data with parameters of type MapKey | |
protected java.lang.Object |
RadixMap.getExactMatch(MapKey key_)
|
protected java.lang.Object |
RadixMap.removeExactMatch(MapKey key_)
|
void |
RadixMap.addEntry(MapKey key_,
java.lang.Object entry_)
Add the key-entry pair to the Map. |
boolean |
MapKey.exactMatch(MapKey that_)
Returns true only if the masks and the masked values of that_ and this key are equal. |
boolean |
MapKey.wildcardMatch(MapKey that_)
Returns true if the masks and the masked values of that_
and this key are equal. |
void |
Map.addEntry(MapKey key_,
java.lang.Object entry_)
Add the key-entry pair to the Map. |
java.lang.Object |
Map.get(MapKey key_,
java.lang.String matchType_)
For "exact match" and "wildcard match". |
protected java.lang.Object |
Map.getExactMatch(MapKey key_)
Returns the exact match. |
protected java.lang.Object[] |
Map.getWildcardMatches(MapKey key_)
Returns all the wildcard matches. |
java.lang.Object |
Map.remove(MapKey key_,
java.lang.String matchType_)
For "exact match" and "wildcard match". |
protected java.lang.Object |
Map.removeExactMatch(MapKey key_)
Removes the exact match. |
protected java.lang.Object[] |
Map.removeWildcardMatches(MapKey key_)
Removes all the wildcard matches. |
| Uses of MapKey in drcl.diffserv |
| Methods in drcl.diffserv with parameters of type MapKey | |
static java.lang.String |
DFUtil.printProfileKeyValue(MapKey key_)
Prints the ToS value in the hex form according to the ToS encoding. |
static java.lang.String |
DFUtil.printProfileKeyMask(MapKey key_)
Prints the mask in the hex form according to the ToS encoding. |
static java.lang.String |
DFUtil.printProfileKey(MapKey key_)
Prints the ToS and mask in the hex form according to the ToS encoding. |
| Uses of MapKey in drcl.inet.data |
| Subclasses of MapKey in drcl.inet.data | |
class |
RTKey
The key class to the routing table entry. |
| Uses of MapKey in drcl.net.tool |
| Methods in drcl.net.tool with parameters of type MapKey | |
void |
Classifier.add(MapKey key_,
Port p_)
Adds or replaces a mapping. |
Port |
Classifier.remove(MapKey key_)
Removes a mapping. |
|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||