B C E G H O S T 
すべてのクラス すべてのパッケージ

B

BiCatalog<E extends BiCatalog<E,​T>,​T> - org.thinkit.api.catalogのインタフェース
The interface that extends the functionality of Enum, a built-in feature of Java, and consolidates general-purpose functions used in many situations.
BiCatalogSupport<E extends BiCatalog<E,​T>,​T> - org.thinkit.api.catalogのインタフェース
The interface that represents the basic functions of BiCatalog.

C

Catalog<E extends Catalog<E>> - org.thinkit.api.catalogのインタフェース
The interface that extends the functionality of Enum, a built-in feature of Java, and consolidates general-purpose functions used in many situations.
CatalogSupport<E extends Catalog<E>> - org.thinkit.api.catalogのインタフェース
The interface that represents the basic functions of Catalog.
CodeSupport - org.thinkit.api.catalogのインタフェース
The interface that represents the code of the Catalog.
contains(Class<? extends BiCatalog<E, T>>, T) - インタフェース のstaticメソッドorg.thinkit.api.catalog.BiCatalog
Checks if the target Enum class has an Enum element linked to the tag value passed as an argument.

E

equalsByCode(int) - インタフェース のメソッドorg.thinkit.api.catalog.BiCatalogSupport
Checks if the code value given as an argument is equal to the code value of this catalog element.
equalsByCode(int) - インタフェース のメソッドorg.thinkit.api.catalog.CatalogSupport
Checks if the code value given as an argument is equal to the code value of this catalog element.
equalsByTag(T) - インタフェース のメソッドorg.thinkit.api.catalog.BiCatalogSupport
Checks if the tag value given as an argument is equal to the tag value of this catalog element.

G

getCode() - インタフェース のメソッドorg.thinkit.api.catalog.CodeSupport
Returns the code value.
getEnum(Class<? extends BiCatalog<E, T>>, int) - インタフェース のstaticメソッドorg.thinkit.api.catalog.BiCatalog
Returns the Enum element linked to the code value given as an argument from the target Enum class.
getEnum(Class<? extends Catalog<E>>, int) - インタフェース のstaticメソッドorg.thinkit.api.catalog.Catalog
Returns the Enum element linked to the code value given as an argument from the target Enum class.
getEnumByTag(Class<? extends BiCatalog<E, T>>, T) - インタフェース のstaticメソッドorg.thinkit.api.catalog.BiCatalog
Returns the Enum element linked to the tag value given as an argument from the target Enum class.
getMap(Class<? extends BiCatalog<E, T>>) - インタフェース のstaticメソッドorg.thinkit.api.catalog.BiCatalog
Returns the Map representation of this catalog class.
getMap(Class<? extends Catalog<E>>) - インタフェース のstaticメソッドorg.thinkit.api.catalog.Catalog
Returns the Map representation of this catalog class.
getOrderedList(Class<? extends BiCatalog<E, T>>) - インタフェース のstaticメソッドorg.thinkit.api.catalog.BiCatalog
Returns the List representation of this catalog class.
getOrderedList(Class<? extends Catalog<E>>) - インタフェース のstaticメソッドorg.thinkit.api.catalog.Catalog
Returns the List representation of this catalog class.
getTag() - インタフェース のメソッドorg.thinkit.api.catalog.TagSupport
Returns the tag value

H

hasCode(Class<? extends BiCatalog<E, T>>, int) - インタフェース のstaticメソッドorg.thinkit.api.catalog.BiCatalog
Checks if the target Enum class has an Enum element linked to the code value passed as an argument.
hasCode(Class<? extends Catalog<E>>, int) - インタフェース のstaticメソッドorg.thinkit.api.catalog.Catalog
Checks if the target Enum class has an Enum element linked to the code value passed as an argument.

O

org.thinkit.api.catalog - パッケージ org.thinkit.api.catalog
The Catalog / BiCatalog API provides interfaces to manage and use for constants easier based on Enum specification.

S

stream(Class<? extends BiCatalog<E, T>>) - インタフェース のstaticメソッドorg.thinkit.api.catalog.BiCatalog
Returns the Stream representation of the target Enum class.
stream(Class<? extends Catalog<E>>) - インタフェース のstaticメソッドorg.thinkit.api.catalog.Catalog
Returns the Stream representation of the target Enum class.

T

TagSupport<T> - org.thinkit.api.catalogのインタフェース
The interface that represents the tag of the Catalog.
toEnum() - インタフェース のメソッドorg.thinkit.api.catalog.BiCatalogSupport
Converts to the Enum class object.
toEnum() - インタフェース のメソッドorg.thinkit.api.catalog.CatalogSupport
Converts to the Enum class object.
B C E G H O S T 
すべてのクラス すべてのパッケージ