Package org.dmfs.rfc5545.recurrenceset
Class Difference
java.lang.Object
org.dmfs.rfc5545.recurrenceset.Difference
- All Implemented Interfaces:
Iterable<org.dmfs.rfc5545.DateTime>,RecurrenceSet
A
RecurrenceSet that contains all the instances of a given RecurrenceSet except the ones that are
in the exceptions RecurrenceSet.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether thisRecurrenceSetis infinite or not.iterator()Returns anInstanceIteratorfor thisRecurrenceSet.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Difference
-
-
Method Details
-
iterator
Description copied from interface:RecurrenceSetReturns anInstanceIteratorfor thisRecurrenceSet.- Specified by:
iteratorin interfaceIterable<org.dmfs.rfc5545.DateTime>- Specified by:
iteratorin interfaceRecurrenceSet
-
isInfinite
public boolean isInfinite()Description copied from interface:RecurrenceSetReturns whether thisRecurrenceSetis infinite or not.- Specified by:
isInfinitein interfaceRecurrenceSet
-