C G I M R W 
All Classes All Packages

C

com.codahale.timeid - package com.codahale.timeid
 
createdAt(String) - Static method in class com.codahale.timeid.IdGenerator
Returns the Instant at which the ID was created.

G

generate() - Method in class com.codahale.timeid.IdGenerator
Generates a new ID.

I

IdGenerator - Class in com.codahale.timeid
IdGenerator generates 27-character, time-ordered, k-sortable, URL-safe, globally unique identifiers.
IdGenerator() - Constructor for class com.codahale.timeid.IdGenerator
Creates a new IdGenerator.

M

MAX_VALUE - Static variable in class com.codahale.timeid.IdGenerator
Lexically, the last possible ID.
MIN_VALUE - Static variable in class com.codahale.timeid.IdGenerator
Lexically, the first possible ID.

R

readExternal(ObjectInput) - Method in class com.codahale.timeid.IdGenerator
 

W

writeExternal(ObjectOutput) - Method in class com.codahale.timeid.IdGenerator
 
C G I M R W 
All Classes All Packages