====== Guava ====== * [[http://code.google.com/p/guava-libraries/|Google Guava Libraries]] * [[http://www.tutorialspoint.com/guava/index.htm|Guava Tutorial]] * [[https://www.javacodegeeks.com/2016/07/guavate-tiny-library-bridging-guava-java8.html|Guavate: tiny library bridging Guava and Java8]] ===== Guava tutorials ===== * [[https://github.com/bbejeck/guava-blog|guava blog sources]] * [[http://tomaszdziurko.pl/2012/02/google-guava/|Google Guava – almost everything you need to know]] * [[http://scaramoche.blogspot.com/2010/05/googles-guava-library-tutorial-part-1.html|google's guava library tutorial part 1: fun with string-related stuff]] * [[http://scaramoche.blogspot.com/2010/05/googles-guava-library-tutorial-part-2.html|google's guava library tutorial part 2: joys of Ordering]] * [[http://scaramoche.blogspot.com/2010/05/googles-guava-library-tutorial-part-3.html|google's guava library tutorial part 3: taste the functional programming flavor in java]] * [[http://scaramoche.blogspot.com/2010/08/googles-guava-library-tutorial-part-4.html|google's guava library tutorial part 4: taste the functional programming flavor in java with predicates]] * [[http://scaramoche.blogspot.com/2010/11/googles-guava-library-tutorial-part-5.html|google's guava library tutorial part 5: back to the primitive(s)]] * [[http://blog.solidcraft.eu/2010/10/googole-guava-v07-examples.html|guava v07 examples]] * [[http://www.javacodegeeks.com/2011/09/google-guava-libraries-essentials.html|Google Guava Libraries Essentials]] * [[http://java.dzone.com/articles/google-guava-%E2%80%93-synchronization|Google Guava – Synchronization with Monitor]] * [[http://blog.outsider.ne.kr/715|Guava로 Ordering으로 컬렉션 정렬하기]] * [[http://java.dzone.com/articles/guavas-strings-class|Guava's Strings Class]] * [[http://java.dzone.com/articles/two-generally-useful-guava|Two Generally Useful Guava Annotations]] * [[http://java.dzone.com/articles/google-guava-cache|Guava Cache]] * [[http://java.dzone.com/articles/filtering-and-transforming|Filtering and Transforming Java Collections with Guava's Collections2]] * [[http://java.dzone.com/articles/guavas-new-optional-class|Guava's New Optional Class]] * [[http://java.dzone.com/articles/guava-preconditions-class|Guava Preconditions Class]] * [[http://java.dzone.com/articles/guavas-objects-class-equals|Guava Objects class]] * [[http://java.dzone.com/articles/guavas-bidirectional-maps|Guava's Bidirectional Maps]] * [[http://marxsoftware.blogspot.com/2011/12/sneaking-peek-at-guava-release-11.html|Inspired by Actual Events: Sneaking a Peek at Guava Release 11]] * [[http://blog.tfnico.com/2011/12/google-guavas-predicates.html|Thomas Ferris Nicolaisen's blog: Google Guava's Predicates]] * [[http://java.dzone.com/articles/guava-functions-java-8-lambdas|Guava Functions & Java 8 Lambdas | Javalobby]] * [[http://java.dzone.com/articles/guava-stopwatch|Guava Stopwatch]] * [[http://java.dzone.com/articles/guava-presents-java-throwable|Guava Presents Java Throwable Stack Trace as Single String]] * [[http://java.dzone.com/articles/google-guava-%E2%80%93-futures|Google Guava – Futures]] * [[http://blog.outsider.ne.kr/718|Guava로 리스트에서 객체의 필드로 새로운 리스트 만들기]] * [[http://java.dzone.com/articles/file-management-java-guavas|File Management in Java with Guava's Files Class]] * [[http://java.dzone.com/articles/using-guava-bloomfilter-guard|Using Guava BloomFilter for Guard Conditions | Javalobby]] * [[http://java.dzone.com/articles/multimaps-google-guava|Multimaps]] * [[http://java.dzone.com/articles/google-guava-bimaps|Bimaps]] * [[http://www.javabeat.net/2012/06/handlingavoiding-nulls-in-java-using-guava-versus-scala/|Handling/Avoiding Null's in Java using Guava versus Scala]] * [[http://java.dzone.com/articles/google-guava-cleaner-code|Google Guava for Cleaner Code]] * [[http://www.javacodegeeks.com/2012/09/guava-files-java-file-management.html|Guava Files: Java File Management]] * [[http://www.javacodegeeks.com/2012/11/google-guava-synchronization-with-monitor.html|Google Guava - Synchronization with Monitor]] * [[http://www.javacodegeeks.com/2012/11/google-guava-concurrency-listenablefuture.html|Google Guava Concurrency - ListenableFuture]] * [[http://www.javacodegeeks.com/2012/11/guava-functions-java-8-lambdas.html|Guava Functions & Java 8 Lambdas]] * [[http://www.javacodegeeks.com/2012/11/google-guava-eventbus-for-event-programming.html|Google Guava EventBus for Event Programming]] * [[http://www.javacodegeeks.com/2012/12/google-guava-eventbus-and-java-7-watchservice-for-event-programming.html|Google Guava EventBus and Java 7 WatchService for Event Programming]] * [[http://www.javacodegeeks.com/2012/12/google-guava-bloomfilter.html|Google Guava BloomFilter]] * [[http://www.javacodegeeks.com/2012/12/guava-splitter-vs-stringutils.html|Guava Splitter vs StringUtils]] * [[http://code.google.com/p/guava-libraries/wiki/CachesExplained|CachesExplained - guava-libraries - Explanation for how to use Guava caches.]] * [[http://java.dzone.com/articles/using-google-guava%E2%80%99s-ordering|Using Google Guava’s Ordering API]] * [[http://www.javacodegeeks.com/2013/04/google-guava-cache-with-regular-expression-patterns.html|Google Guava Cache with regular expression patterns | Java Code Geeks]] * [[http://codingjunkie.net/guava-eventbus/|EventBus]] * [[http://www.baeldung.com/guava-collections|Guava Collections]] * [[http://www.baeldung.com/guava-order|Guava Ordering]] * [[http://www.baeldung.com/guava-joiner-and-splitter-tutorial|Guava - Join and Split Collections]] * [[http://www.baeldung.com/guava-sets|Guava Sets]] * [[http://www.baeldung.com/guava-string-charmatcher|Guava CharMatcher]] * [[http://www.javacodegeeks.com/2015/03/google-guava-5-things-you-never-knew-it-could-do.html|Google Guava: 5 Things You Never Knew It Could Do]] * [[http://www.javacodegeeks.com/2012/09/guava-files-java-file-management.html|Guava Files: Java File Management]] * [[https://dzone.com/articles/guava-immutablecollections-multimaps-and-java-8-co|Guava ImmutableCollections, Multimaps and Java 8 Collectors - DZone Java]] * [[http://www.baeldung.com/whats-new-in-guava-18|Guava 18: What's New? | Baeldung]] * [[https://dzone.com/articles/guava-immutablecollections-multimaps-and-java-8-co-1|Guava ImmutableCollections, Multimaps and Java 8 Collectors]] * [[http://www.baeldung.com/whats-new-in-guava-19|Guava 19: What's New? | Baeldung]] * [[http://www.baeldung.com/guava-reflection|Guide to Guava's Reflection Utilities | Baeldung]] * [[http://www.baeldung.com/guava-eventbus|Guava EventBus]] * [[http://www.baeldung.com/guava-math|Guide to Mathematical Operations with Guava | Baeldung]] * [[https://www.baeldung.com/guava-multiset|Guide to Guava Multiset | Baeldung]]