You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
The `Catalog API` currently provides the following interfaces.<br>
86
86
Choose the interface you want to use depending on your needs.
@@ -90,7 +90,7 @@ Choose the interface you want to use depending on your needs.
90
90
|**_Catalog<E extends Catalog<E>>_**| This is the basic catalog interface.<br>Elements of the concrete catalog class that implement this interface have a `code value`.<br>You can use the common behavior defined in the Catalog interface. |
91
91
|**_BiCatalog<E extends BiCatalog<E, T>, T>_**| Each element of a concrete catalog class that implements this interface can have a `code value` plus a `value of any data type`.<br>The arbitrary data type is defined at the time of implementation of the concrete catalog class.<br>You can use the common behavior of the interface. |
92
92
93
-
### 3. Import and implement Enum with Catalog / BiCatalog interface
93
+
### 1.3.3. Import and implement Enum with Catalog / BiCatalog interface
0 commit comments