JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.gradle.util
Interface IdGenerator<T>
All Known Implementing Classes:
CompositeIdGenerator
,
LongIdGenerator
,
RandomLongIdGenerator
,
UUIDGenerator
public interface
IdGenerator<T>
Generates a sequence of unique ids of type T. Implementations must be thread-safe.
Method Summary
Methods
Modifier and Type
Method and Description
T
generateId
()
Generates a new id.
Method Detail
generateId
T
generateId()
Generates a new id. Values must be serializable.
Returns:
The id. Must not return null. Must not return a given value more than once.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2013. All rights reserved