InJavarevisitedbyDonald RaabIterate over any Iterable in JavaEclipse Collections supplies iteration patterns for any Iterable type.Jun 26, 2023Jun 26, 2023
InJavarevisitedbyDonald RaabHow to get an item from a Set in JavaThe mystery of the missing get method on the Java Set interface.Sep 25, 2023A response icon3Sep 25, 2023A response icon3
InStackademicbyDonald RaabZombieland Implementation Pattern: Double TapHave you seen the movie Zombieland? There are rules for surviving in Zombieland. Rule number two is called Double Tap. Don’t get stingy…Nov 26, 2023Nov 26, 2023
InJavarevisitedbyDonald RaabMake or append me a StringLearn how to use makeString and appendString in Eclipse CollectionsNov 14, 2022Nov 14, 2022
Donald RaabEclipse Collections by Example: FilteringLearn how to filter a collection using Eclipse Collections.Mar 15, 2018Mar 15, 2018
Donald RaabEclipse Collections by Example: PartitioningLearn how to partition a collection using Eclipse Collections.Mar 21, 2018Mar 21, 2018
Donald RaabEclipse Collections by Example: CollectLearn how to transform a collection using the collect method in Eclipse Collections.Apr 5, 2018A response icon1Apr 5, 2018A response icon1
Donald RaabEclipse Collections by Example: Short-circuiting methodsLearn the methods in Eclipse Collections that short-circuit and return a result as soon as a condition is met.Apr 9, 2018Apr 9, 2018
Donald RaabEclipse Collections by Example: FlatCollectLearn how to flatten a collection of collections into a single collection using the flatCollect method in Eclipse Collections.Apr 23, 2018Apr 23, 2018
Donald RaabEclipse Collections by Example: CountingLearn how to count the elements of a collection that match a Predicate using Eclipse Collections.May 7, 2018May 7, 2018
Donald RaabEclipse Collections by Example: Min and MaxLearn how to find the minimum and maximum values in a collection using Eclipse Collections.Jun 24, 2018Jun 24, 2018
Donald RaabEclipse Collections by Example: Collectors2Learn how to transition to Eclipse Collections types using Collectors2 with any Java Stream.Jul 23, 2018Jul 23, 2018
Donald RaabEclipse Collections by Example: DetectLearn how to find the first element of a collection that matches a condition in Java using Eclipse Collections.Aug 23, 2018Aug 23, 2018
Donald RaabEclipse Collections by Example: InjectIntoLearn one of the most general, flexible, and least understood iteration patterns in Eclipse Collections.Sep 12, 2018Sep 12, 2018