Package be.panako.util


package be.panako.util
Utility classes for Panako
  • Class
    Description
    Writes and read the configuration values to and from a properties file.
    An utility class for file interaction.
     
     
    Defines which values can be configured and their respective default values.
    Implementation of a min-max filter algorithm described in "Streaming Maximum-Minimum Filter Using No More than 3 Comparisons per Element".
    Encode/decode 2D coordinates to Morton codes (Z-order curve)
    Defines the unit of the pitch value.
    StopWatch counts the ticks (ns) passed between initialization and invocation of ticksPassed.
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
    A trie that can be used for auto completion