JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
ical4j.core
Package
net.fortuna.ical4j.util
Interface UidGenerator
All Superinterfaces:
Supplier
<
Uid
>
All Known Implementing Classes:
FixedUidGenerator
,
RandomUidGenerator
public interface
UidGenerator
extends
Supplier
<
Uid
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
Uid
generateUid
()
default
Uid
get
()
Method Details
generateUid
Uid
generateUid
()
Returns:
a unique component identifier
get
default
Uid
get
()
Specified by:
get
in interface
Supplier
<
Uid
>