All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ArrayUtil CircularHashset CircularLinkedHashMap<K,V> A linked hashmap only keeping the newest n entries.CircularQueue<E> Apache commons CircularFifoQueue without the entire apache dependency CircularFifoQueue is a first-in first-out queue with a fixed size that replaces its oldest element if full.ClusterAlgorithm ClusterResult ColorUtil ColorUtil.ColorPalette CountHashCollection<K> A hash collection offering a O(1) performance onCountHashCollection.contains(java.lang.Object),CountHashCollection.add(K)andCountHashCollection.remove(java.lang.Object)allowing to keep track of duplicate values.CryptoUtil Crypto utilities used to encrypt and decrypt data.DBScan DelayedConsumerHashMap<T> Accepts a consumer which executes all provided tasks in a batch no more often than the delay specified.DistanceFunction EuclideanDistance FastPixel Utility class to access pixel data in a fraction of the time required by the native JDK methods.FastPixelByte High performant access of RGB/YCrCb/HSV Data.FastPixelImpl FastPixelInt FastPixelSlowDefault A fallback instance of fast pixel using a cached getRGB instance instead of the underlying buffer due to the fact that no other implementation currently is available.ImageUtil ImageUtil.BImageType Buffered image types mapped to enum values for easier handlingJaccardIndex KMeans KMeansPlusPlus ManhattanDistance MathUtil MiscUtil Utility methods not belonging in any other specific category.MiscUtil.OS Retrieve the OS type this program is executed on.Mutable<T> Mutable class wrapper for basic java data types.MutableBoolean Mutable class wrapper for boolean values.MutableByte Mutable class wrapper for byte values.MutableDouble Mutable class wrapper for double values.MutableFloat Mutable class wrapper for float values.MutableInteger Mutable class wrapper for integer values.MutableLong Mutable class wrapper for long values.MutableObject<T> * Mutable class wrapper for objects.NamedThreadFactory Analogous implementation of the default thread factory used by java executors.NetworkUtil Pair<S,U> A convenience data structure encapsulating 2 values.PlainAutoCloseable AutoAutoCloseablewithout throwing an exceptionRequire RunnableWithCallback A runnable wrapper which can be useful to schedule a task with a specific delay and invoking a callback once the runnable finished executing.StringUtil Triple<S,U,V> A convenience data structure encapsulating 3 values.