Module id.xfunction
Package id.xfunction.util
package id.xfunction.util
-
ClassesClassDescriptionCacheQueue<T>Cache implementation in form of a FIFO queue which caches only N last added items.Simple implementation of service lifecycle.ImmutableMultiMap<K,
V> Map where each key may have multiple values assigned to it.BitSet
implementation which uses ints to represent words.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.TemporaryHashMap<K,V> HashMap
which caches every pair for specified period of time and when it expires such pair is removed.Additions to standardCollections