Package io.github.dmlloyd.moduleinfo
Class Item<T>
- java.lang.Object
-
- io.github.dmlloyd.moduleinfo.Item<T>
-
class Item<T> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
T
getOrDefault(T defVal)
void
set(T item)
-