差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

下次修改
前次修改
java:effective_java:methods [2020/08/30 19:06]
tony 建立
java:effective_java:methods [2023/06/25 09:48] (目前版本)
行 6: 行 6:
   * [[java:​effective_java:​methods:​use_varargs_judiciously|Use varargs judiciously]]   * [[java:​effective_java:​methods:​use_varargs_judiciously|Use varargs judiciously]]
   * [[java:​effective_java:​methods:​return_empty_collections_or_arrays_not_nulls|Return empty collections or arrays, not nulls]]   * [[java:​effective_java:​methods:​return_empty_collections_or_arrays_not_nulls|Return empty collections or arrays, not nulls]]
 +  * [[java:​effective_java:​methods:​return_optionals_judiciously|Return optionals judiciously]]
  
 ====== Reference ====== ====== Reference ======