Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 986 Bytes

File metadata and controls

35 lines (22 loc) · 986 Bytes

Maven Central License: MIT

ano-util

General Class Utilities

It contains among other stuff:

IdBasedLock

a utility to lock resource based on an id and not actual object. https://anotheria.net/blog/uncategorized/id-based-locking/

CryptTool

CryptTool for basic encryption/decryption utilities.

HistoDiffReader

A utility to analyze java histogramms.

QueuedProcessor

A utility to process tasks in a background thread.

Slicer

An utility to cut results sets in chunks (segments) for paging.

StaticQuickSorter

An implementation of a quick sort algorithm which supports sorting by different attributes of an object (sortType) and direction (sortOrder).

IdCodeGenerator

Generates random long ids for different purposes.

and so on.

...