Interface Wrapper<V>
- All Superinterfaces:
Parameter
- All Known Subinterfaces:
AddressWrapper,BooleanWrapper,ByteWrapper,CharWrapper,DoubleWrapper,FloatWrapper,IntWrapper,LongWrapper,ShortWrapper
创建动机是为了规范化一些参数类型
此参数类型其实可以直接被替换成对应的基本类型
将其理解为只读 如果需要在外部函数中修改 请使用
Mapper-
Method Summary
Methods inherited from interface cool.scx.ffm.type.paramter.Parameter
beforeCloseArena
-
Method Details
-
getValue
V getValue() -
toNativeParameter
- Specified by:
toNativeParameterin interfaceParameter
-