Skip navigation links
G H I N O R U V 

G

Generator<T> - Interface in org.refcodes.generator
A Generator generates objects of a dedicated type in mass production.
getInstance() - Static method in class org.refcodes.generator.impls.UniqueIdGeneratorSingleton

H

hasNext() - Method in interface org.refcodes.generator.Generator
Tests whether the Generator is capable of generating a Generator.next() item.
hasNext() - Method in class org.refcodes.generator.impls.UniqueIdGeneratorImpl
 

I

IdGenerator - Interface in org.refcodes.generator
 
initSeed() - Static method in class org.refcodes.generator.impls.UniqueIdGeneratorImpl
This method initializes the ID generator, it is invoked upon loading the utility class by the class loader (static block), though it may be called manually in case of ID collisions.

N

next() - Method in interface org.refcodes.generator.Generator
Generates a next item.
next() - Method in class org.refcodes.generator.impls.UniqueIdGeneratorImpl
 

O

org.refcodes.generator - package org.refcodes.generator
 
org.refcodes.generator.impls - package org.refcodes.generator.impls
 

R

remove() - Method in class org.refcodes.generator.impls.UniqueIdGeneratorImpl
 

U

UniqueIdGeneratorImpl - Class in org.refcodes.generator.impls
The UniqueIdGeneratorImpl is an implementation of the Generator capable of generating ID String instances unique on the system on which them were generated to IDs generated with the same UniqueIdGeneratorImpl on another system.
UniqueIdGeneratorImpl() - Constructor for class org.refcodes.generator.impls.UniqueIdGeneratorImpl
Constructs a UniqueIdGeneratorImpl with a default number UniqueIdGeneratorImpl.Base.BASE_64 to be used for the ID and the given ID length of 36.
UniqueIdGeneratorImpl(int) - Constructor for class org.refcodes.generator.impls.UniqueIdGeneratorImpl
Constructs a UniqueIdGeneratorImpl with a default number UniqueIdGeneratorImpl.Base.BASE_64 to be used for the ID and the provided ID length.
UniqueIdGeneratorImpl(UniqueIdGeneratorImpl.Base, int) - Constructor for class org.refcodes.generator.impls.UniqueIdGeneratorImpl
Constructs a UniqueIdGeneratorImpl with the given number UniqueIdGeneratorImpl.Base to be used for the ID and the given ID length.
UniqueIdGeneratorImpl.Base - Enum in org.refcodes.generator.impls
 
UniqueIdGeneratorSingleton - Class in org.refcodes.generator.impls
 

V

valueOf(String) - Static method in enum org.refcodes.generator.impls.UniqueIdGeneratorImpl.Base
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.generator.impls.UniqueIdGeneratorImpl.Base
Returns an array containing the constants of this enum type, in the order they are declared.
G H I N O R U V 
Skip navigation links

Copyright © 2015. All rights reserved.