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