| Package | Description |
|---|---|
| reuse.modified.logistic.logic.common |
| Modifier and Type | Method and Description |
|---|---|
<E> Code<E> |
Code.cast()
Converte o tipo do identificador sem warnings.
|
Code<T> |
Identifiable.getId()
Obtém o identificador
Code desse objeto. |
Code<T> |
Code.getObject() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Identifiable<T>> |
Code.getCodeList(List<T> originalList)
Método utilitário que gera uma lista com identificadores do tipo T.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Code.compareTo(Code<T> other)
Os identificadores são transformados em Strings e ordenados da seguinte
forma: se são numéricos, ordenados em ordem crescente.
|
Copyright © 2017. All rights reserved.