MyData.java package com.journaldev.java8.staticmethod; public interface MyData { default void print(String str) { if(!isNull(str)) ...
確定! 回上一頁