Class CollectionExpression
- java.lang.Object
-
- net.fortuna.ical4j.filter.expression.CollectionExpression
-
- All Implemented Interfaces:
LiteralExpression<Collection<?>>
,FilterExpression
public class CollectionExpression extends Object implements LiteralExpression<Collection<?>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.fortuna.ical4j.filter.FilterExpression
FilterExpression.Op
-
-
Constructor Summary
Constructors Constructor Description CollectionExpression(Collection<?> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Collection<?>
getValue()
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.filter.FilterExpression
and, or
-
-
-
-
Constructor Detail
-
CollectionExpression
public CollectionExpression(Collection<?> value)
-
-
Method Detail
-
getValue
public Collection<?> getValue()
- Specified by:
getValue
in interfaceLiteralExpression<Collection<?>>
-
-