VUtils – Release 1
Interface org.violetlib.util.Extensible
Deprecated: ShowHide
-
-
|
Modifier and Type |
Method and Description |
|
getExtension |
abstract <T> T getExtension(Class<T> c)
Return an extension, if supported.
<T> T getExtension(Class<T> c)
-
- Parameters:
c - The class or interface that designates the extension.
- Returns:
- the extension, if supported, or null.
|