Package org.dmfs.rfc5545.recurrenceset
Class EmptyIterator
java.lang.Object
org.dmfs.rfc5545.recurrenceset.EmptyIterator
Deprecated.
An
AbstractRecurrenceAdapter.InstanceIterator without any instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfastForward(long until) Deprecated.booleanhasNext()Deprecated.longnext()Deprecated.
-
Constructor Details
-
EmptyIterator
public EmptyIterator()Deprecated.
-
-
Method Details
-
hasNext
public boolean hasNext()Deprecated. -
next
public long next()Deprecated. -
fastForward
public void fastForward(long until) Deprecated.
-