码迷,mamicode.com
首页 > 编程语言 > 详细

java9新特性-7-语法改进:接口的私有方法

时间:2018-01-13 11:22:26      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:view   expr   抽象   alt   sid   www.   src   apt   mat   

1.官方Feature

213: Milling Project Coin

Support for private methods in interfaces was briefly in consideration for inclusion in Java SE 8 as part of the effort to add support for Lambda Expressions, but was withdrawn to enable better focus on higher priority tasks for Java SE 8. It is now proposed that support for private interface methods be undertaken thereby enabling non abstract methods of an interface to share code between them.

 


2.使用说明

Java 8中规定接口中的方法除了抽象方法之外,还可以定义静态方法和默认的方法。一定程度上,扩展了接口的功能,此时的接口更像是一个抽象类。

在Java 9中,接口更加的灵活和强大,连方法的访问权限修饰符都可以声明为private的了,此时方法将不会成为你对外暴露的API的一部分。

 


3.使用举例

 

 
技术分享图片
 
 
技术分享图片
 
 
技术分享图片
 
 


作者:尚硅谷面试官宋红康
链接:https://www.jianshu.com/p/ba217038abb4
來源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

java9新特性-7-语法改进:接口的私有方法

标签:view   expr   抽象   alt   sid   www.   src   apt   mat   

原文地址:https://www.cnblogs.com/wzlbigdata/p/8278380.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!