public class IdFactory
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IdFactory(java.util.List<? extends IdInterface> idInterfaces)
Constrói um gerador de identificadores de IdInterfaces
|
| Modifier and Type | Method and Description |
|---|---|
void |
free(java.lang.Object id)
Libera um identificador para ser reutilizado.
|
java.lang.Object |
next()
Obtém o próximo identificador disponível.
|
public IdFactory(java.util.List<? extends IdInterface> idInterfaces)
idInterfaces - .Copyright © 2016. All Rights Reserved.