Package com.renomad.minum.utils


package com.renomad.minum.utils
Generally-useful utilities.
  • Class
    Description
    Handy helpers when working with bytes
    This uses a [ConcurrentHashMap] as its base.
    Handy helpers for dealing with cryptographic functions
    Reads files from disk, optionally storing into a LRU cache.
    Helper functions for working with files.
     
    An exception specific to our invariants.
    Utilities for asserting invariants within the code.
    A simple Least-Recently Used Cache See LRU
    This class exists just to avoid needing to handle the exception when I use a regular Thread.sleep()
     
    This class is to improve maintainability in the system.
    Utilities for searching collections of data
     
    Helper functions for manipulating stack traces.
    Some helper methods for Strings.
    This exists so that we are able to slightly better manage exceptions in a highly threaded system.