差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
java:guava [2016/04/16 01:07]
tony
java:guava [2023/06/25 09:48] (目前版本)
行 1: 行 1:
 {{tag>​java guava}} {{tag>​java guava}}
 ====== Guava ====== ====== Guava ======
 +===== Introduction =====
 +Guava提供許多常見問題的實做,節省了我們開發時間。
 ===== Articles ===== ===== Articles =====
-  * [[java:​guava:​reflections:​newProxy|Reflection.newProxy]] +  * [[java:​guava:​reflections:​newProxy|Reflection.newProxy]] ​Dynamic Proxy 
-  * [[java:​guava:​cache:​helloWorld|Guava Cache Hello World]] +  * [[java:​guava:​cache:​helloWorld|Guava Cache Hello World]] ​Map Cache 
-  * [[java:​guava:​suppliers:​cache|Cache with Suppliers]]+  * [[java:​guava:​suppliers:​cache|Cache with Suppliers]] Object Cache 
 +  * [[java:​guava:​suppliers:​file_changed_cache|File Changed Cache]]  
 +  * [[java:​guava:​migration_problems|Migration Problems]]  
 +  * [[java:​guava:​eventBusBasicUsage|EventBus Basic Usage]] 
 ===== Resource ===== ===== Resource =====
   * [[https://​github.com/​google/​guava/​wiki|Guava wiki]]   * [[https://​github.com/​google/​guava/​wiki|Guava wiki]]
   * [[https://​www.gitbook.com/​book/​stonelion/​guava_ch/​details|GitBook - Getting.Started.with.Google.Guava]]   * [[https://​www.gitbook.com/​book/​stonelion/​guava_ch/​details|GitBook - Getting.Started.with.Google.Guava]]
 +  * [[https://​github.com/​google/​guava/​wiki/​PreconditionsExplained|Preconditions]] 讓code更乾淨