@FunctionalInterface public interface IntConversionProcessor
Created by guanquan.wang on 2017/10/13.
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
conversion(int n)
The integer value include byte, char, short, int
|
Object conversion(int n)
n - the integer valueCopyright © 2019. All rights reserved.