7206e64bef
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases * [BAEL-6556] - Next set of renames of testcases |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Guava and Hamcrest Cookbooks and Examples
Relevant Articles:
- Guava Collections Cookbook
- Guava Ordering Cookbook
- Guava Functional Cookbook
- Hamcrest Collections Cookbook
- Partition a List in Java
- Filtering and Transforming Collections in Guava
- Guava – Join and Split Collections
- Guava – Write to File, Read from File
- Guava – Lists
- Guava – Sets
- Guava – Maps
- Guava Set + Function = Map
- Guide to Guava’s Ordering
- Guide to Guava’s PreConditions
- Introduction to Guava CacheLoader
- Introduction to Guava Memoizer
- Guide to Guava’s EventBus
- Guide to Guava Multimap
- Guide to Guava RangeSet
- Guide to Guava RangeMap
- Guide to Guava Table
- Guide to Guava’s Reflection Utilities
- Guide to Guava ClassToInstanceMap
- Guide to Guava MinMaxPriorityQueue and EvictingQueue
- Guide to Mathematical Utilities in Guava
- Bloom Filter in Java using Guava
- Using Guava CountingOutputStream
- Hamcrest Text Matchers
- Quick Guide to the Guava RateLimiter