private static final class MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules extends Object
Modifier and Type | Field and Description |
---|---|
(package private) BitSet |
generalRules
The indexes of rules that might be applied if this tag is present and the value has no special handling.
|
(package private) Map<String,BitSet> |
specialRules
A map that sores the indexes of rules that might be applied if the key=value pair is present on this
primitive.
|
Modifier | Constructor and Description |
---|---|
private |
MapCSSKeyRules() |
Modifier and Type | Method and Description |
---|---|
void |
addForKey(int ruleIndex) |
void |
addForKeyAndValue(String value,
int ruleIndex) |
BitSet |
get(String value) |
BitSet generalRules
Map<String,BitSet> specialRules
private MapCSSKeyRules()