Interface | Description |
---|---|
Function<T,R> |
Interface for a function that takes a single argument of type T
and returns a value of type R.
|
Procedure<T> |
Interface for a function that takes a single argument of type T and returns nothing.
|
Class | Description |
---|---|
AtomicByteArray |
A
byte array in which elements may be updated atomically. |
AtomicIntSet |
An implement of a set containing int that uses open addressing
The implementation is threadsafe and almost entirely lock-free.
|
AtomicLongSet |
An implement of a set containing longs that uses open addressing
The implementation is threadsafe and almost entirely lock-free.
|
IntRangeIterator |
Based on http://stackoverflow.com/a/371043/141245, but threadsafe.
|
JavaProcessBuilder |
Similar to
ProcessBuilder , this class makes the java process creation easier. |
JvmUtils | |
MapValueComparator<K> | |
MurmurHash |
Adapted from Clearspring's stream-lib https://github.com/addthis/stream-lib/
by Shilad Sen.
|
ObjectDb<V extends Serializable> |
A key / value database where keys are strings and objects are serializable.
|
ParallelForEach | |
ParallelForEach.BoundedExecutor |
From
|
ResourceInstaller | |
Scoreboard<T> |
Priority queue that stores the largest or smallest n scores.
|
SevenZipBuffer | |
SummingHashMap<T1> |
Class that maintains counts when adding things to HashMaps.
|
WbArrayUtils | |
WbCommandLine |
Commandline objects help handling command lines specifying processes to
execute.
|
WbCommandLine.Argument |
Used for nested xml command line definitions.
|
WbMathUtils | |
WpCollectionUtils | |
WpIOUtils | |
WpStringUtils | |
WpThreadUtils | |
ZipDir |
Creates zipfiles for directories and extract them to directories.
|
Enum | Description |
---|---|
OS |
This enum contains values for each type of OS.
|
Scoreboard.Order |
Copyright © 2018. All rights reserved.