-
Groovy Strings
8 Lessons -
Collections in Groovy
16 Lessons-
StartSection Introduction
-
StartCreating Lists and Sets
-
StartCreating Maps
-
StartComposing Collections of Different Types
-
StartAccessing Elements of a List
-
StartUsing Groovy Truthiness with Collections
-
StartCreating and Accessing Composite Collections
-
StartProcessing Lists and Sets
-
StartProcessing Lists and Sets By Index
-
StartProcessing Maps by Key and Value
-
StartFiltering Collections
-
StartFinding an Element in a Collection
-
StartTesting Elements in Collections
-
StartCollecting Elements to a List
-
StartCollecting Entries to a Map
-
StartCreating Aggregate Functions with Inject
-
-
Groovy Language Features
13 Lessons-
StartSection Introduction
-
StartDefault Imports and Classes
-
StartMain Methods in Groovy Applications
-
StartCreating Classes and Instances in Groovy
-
StartAdding methods and state to Groovy Classes
-
StartUsing Inheritence in Groovy
-
StartOverriding methods in Groovy
-
StartPOGOs and Groovy Property Generation
-
StartOperator Overloading
-
StartString Equality in Groovy
-
StartReturning Multiple Values from a Method
-
StartAutogenerating Equals and HashCode with Groovy AST Transformations
-
StartNamed Constructors
-