Java 11 Cookbook
上QQ阅读APP看书,第一时间看更新

Creating interfaces with private methods

In this recipe, you will learn about a new feature that was introduced in Java 9, the private interface method, which is of two types—static and non-static.