JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.enterprise.connector.util
Interface UniqueIdGenerator
All Known Implementing Classes:
UuidGenerator
public interface
UniqueIdGenerator
Interface for providers of a unique String ID.
Since:
2.8
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
uniqueId
()
Generates a unique ID string on each call.
Method Detail
uniqueId
java.lang.String uniqueId()
Generates a unique ID string on each call.
Returns:
a unique String value
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method