Index

C E F H I R T 
All Classes and Interfaces|All Packages|Serialized Form

C

compareTo(CUID) - Method in class io.github.thibaultmeyer.cuid.CUID
cuid - module cuid
Java implementation of CUID.
CUID - Class in io.github.thibaultmeyer.cuid
Collision-resistant ID optimized for horizontal scaling and performance.

E

equals(Object) - Method in class io.github.thibaultmeyer.cuid.CUID
Returns true if the argument is equal to current object, false otherwise.

F

fromString(String) - Static method in class io.github.thibaultmeyer.cuid.CUID
Creates a CUID from the string standard representation.

H

hashCode() - Method in class io.github.thibaultmeyer.cuid.CUID
Generates a hash code.

I

io.github.thibaultmeyer.cuid - package io.github.thibaultmeyer.cuid
Collision-resistant ID optimized for horizontal scaling and performance.
isValid(String) - Static method in class io.github.thibaultmeyer.cuid.CUID
Checks the CUID from the string standard representation.

R

randomCUID1() - Static method in class io.github.thibaultmeyer.cuid.CUID
Generates a new random CUID (Version 1).
randomCUID2() - Static method in class io.github.thibaultmeyer.cuid.CUID
Generates a new random CUID (Version 2).
randomCUID2(int) - Static method in class io.github.thibaultmeyer.cuid.CUID
Generates a new random CUID (Version 2).

T

toString() - Method in class io.github.thibaultmeyer.cuid.CUID
Returns the string representation.
C E F H I R T 
All Classes and Interfaces|All Packages|Serialized Form