/paginateArray

Quick test of Groovy array pagination approaches

Primary LanguageGroovy

A quick demonstration of how to page through an array. One method with classic while loops and another using Groovy's collate enhancement.