Scala List,Long等类型转换

42 阅读1分钟

type List[E]=java.util.List[E]

type Long=java.lang.Long

type BigDecimal=java.math.BigDecimal