Module id.xfunction

Package id.xfunction.util


package id.xfunction.util
  • Classes
    Class
    Description
    Cache implementation in form of a FIFO queue which caches only N last added items.
    Map where each key may have multiple values assigned to it.
    BitSet implementation which uses ints to represent words.
    Simple implementation of service lifecycle.
    Collection which keeps track of incoming positive number sequence (1, 2, 3, 4, ...) and allows to query what numbers are missing in it.
    Set which keeps all elements in prefix trie data structure.
    HashMap which caches every pair for specified period of time and when it expires such pair is removed.
    Additions to standard java.util.Collections