java8大类型
Java 8有以下几种大类型:
-
基本数据类型:byte、short、int、long、float、double、char、boolean
-
包装类型:Byte、Short、Integer、Long、Float、Double、Character、Boolean
-
字符串类型:String、StringBuilder、StringBuffer
-
数组类型:int[]、double[]、Object[]等
-
集合类型:List、Set、Map等
-
时间类型:Date、Calendar、LocalDate、LocalTime、LocalDateTime、ZonedDateTime等
-
流类型:Stream
-
函数接口类型:Function、Consumer、Predicate、Supplier等
原文地址: https://www.cveoy.top/t/topic/hsEW 著作权归作者所有。请勿转载和采集!