Class FastForwarded
java.lang.Object
org.dmfs.rfc5545.iterable.instanceiterable.FastForwarded
- All Implemented Interfaces:
InstanceIterable
An
InstanceIterable that fast forwards the iteration to a given instant. All instances prior to that instant will be skipped.-
Constructor Summary
ConstructorsConstructorDescriptionFastForwarded(long timeStamp, InstanceIterable delegate) FastForwarded(org.dmfs.rfc5545.DateTime fastForwardTo, Iterable<InstanceIterable> delegate) FastForwarded(org.dmfs.rfc5545.DateTime fastForwardTo, InstanceIterable delegate) FastForwarded(org.dmfs.rfc5545.DateTime fastForwardTo, InstanceIterable... delegate) -
Method Summary
Modifier and TypeMethodDescriptioniterator(org.dmfs.rfc5545.DateTime firstInstance) Return anInstanceIteratorfor the given first instance.
-
Constructor Details
-
FastForwarded
-
FastForwarded
-
FastForwarded
-
FastForwarded
-
-
Method Details
-
iterator
Description copied from interface:InstanceIterableReturn anInstanceIteratorfor the given first instance.- Specified by:
iteratorin interfaceInstanceIterable
-