Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 630 Bytes

File metadata and controls

22 lines (16 loc) · 630 Bytes

Java common utils

About

Contains common utils useful for java projects

Random String generator

String generators to generate random string

  • Alphanumeric String generator
  • Latin character string generator
  • Url safe string generator

Array matchers

Array matchers to find subarrays

ordered matchers

Matchers that find subarray in the array, where element values are in the same order, and return index of the first element that matches. Support for primitive and reference types.

Requirements

  • Java 11

Changelog - version changes