0cade733ca
* JAVA-2154: Removed module, now split into guava-utilities and guava-core * JAVA-2154: Removed module, articles moved to new module guava-core * JAVA-2154: Moved module inside guava-modules * JAVA-2154: Moved module inside guava-modules * JAVA-2154: Moved module inside guava-modules * JAVA-2154: Moved module inside guava-modules * JAVA-2154: Moved 1 article to guava-collections * JAVA-2154: New module guava-collections-list * JAVA-2154: New module guava-core * JAVA-2154: New module guava-utilities * JAVA-2154: Updated README, removed extra article reference * JAVA-2154: parent module pom changes * JAVA-2154: main pom changes - removed guava related modules as they have been shifted inside guava-modules * JAVA-2154: rearranged and moved module inside guava-modules folder
16 lines
903 B
Markdown
16 lines
903 B
Markdown
## Guava Collections
|
||
|
||
This module contains articles about Google Guava collections
|
||
|
||
### Relevant Articles:
|
||
|
||
- [Guava Collections Cookbook](https://www.baeldung.com/guava-collections)
|
||
- [Guava Ordering Cookbook](https://www.baeldung.com/guava-order)
|
||
- [Guide to Guava’s Ordering](https://www.baeldung.com/guava-ordering)
|
||
- [Hamcrest Collections Cookbook](https://www.baeldung.com/hamcrest-collections-arrays)
|
||
- [Filtering and Transforming Collections in Guava](https://www.baeldung.com/guava-filter-and-transform-a-collection)
|
||
- [Guava – Join and Split Collections](https://www.baeldung.com/guava-joiner-and-splitter-tutorial)
|
||
- [Guide to Guava MinMaxPriorityQueue and EvictingQueue](https://www.baeldung.com/guava-minmax-priority-queue-and-evicting-queue)
|
||
- [Guide to Guava Table](https://www.baeldung.com/guava-table)
|
||
- [Zipping Collections in Java](http://www.baeldung.com/java-collections-zip)
|