private static final class MapCSSStyleSource.MapCSSRuleIndex.MapCSSKeyRules extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.BitSet |
generalRules
The indexes of rules that might be applied if this tag is present and the value has no special handling.
|
(package private) java.util.Map<java.lang.String,java.util.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(java.lang.String value,
int ruleIndex) |
java.util.BitSet |
get(java.lang.String value) |
java.util.BitSet generalRules
java.util.Map<java.lang.String,java.util.BitSet> specialRules
private MapCSSKeyRules()
public void addForKey(int ruleIndex)
public void addForKeyAndValue(java.lang.String value, int ruleIndex)
public java.util.BitSet get(java.lang.String value)