f57a7ddaed
* BEEL-641 guava reflection utils code * BEEL-641 fix formatting * BEEL-641 add assertion on subttype number -> integer * BEEL-641 rename class * BEEL-641 formatting * BEEL-641 add comparison using standard java reflecetion api and guava one |
||
---|---|---|
.. | ||
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
- Guide to Guava’s EventBus
- Guide to Guava Multimap
- Guide to Guava RangeSet
- Guide to Guava RangeMap
- Guide to Guava Table