Class ParameterExistsRule.ParameterExists
- java.lang.Object
-
- net.fortuna.ical4j.filter.predicate.ParameterExistsRule.ParameterExists
-
- All Implemented Interfaces:
Comparable<Parameter>
- Enclosing class:
- ParameterExistsRule
public static class ParameterExistsRule.ParameterExists extends Object implements Comparable<Parameter>
Ignore the parameter value and just compare on the parameter name.
-
-
Constructor Summary
Constructors Constructor Description ParameterExists(Parameter specification)
-
-
-
Constructor Detail
-
ParameterExists
public ParameterExists(Parameter specification)
-
-
Method Detail
-
compareTo
public int compareTo(Parameter o)
- Specified by:
compareTo
in interfaceComparable<Parameter>
-
-