Class EmptyIterable
java.lang.Object
org.dmfs.rfc5545.iterable.instanceiterable.EmptyIterable
- All Implemented Interfaces:
InstanceIterable
An
InstanceIterable that doesn't have any instances.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator(org.dmfs.rfc5545.DateTime firstInstance) Return anInstanceIteratorfor the given first instance.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyIterable
public EmptyIterable()
-
-
Method Details
-
iterator
Description copied from interface:InstanceIterableReturn anInstanceIteratorfor the given first instance.- Specified by:
iteratorin interfaceInstanceIterable
-