Permission to use, copy, modify, and distribute this software is freely granted, provided that copyright notices are preserved (the full license text can be found here).
Javolution's users are encouraged to show their support with the
button.
javolution.Configuration
class
to be loaded in place of the default one (placed first in the classpath) or by modifying the javolution.Configuration
class directly. Here is a summary of the class static methods with their default values.
Static Method | Javolution Default | Description |
"concurrency()" | (Number of Processors) - 1 | The maximum number of ConcurrentThread |
"factories()" | 1024 | The maximum number of ObjectFactory |
"variables()" | 1024 | The maximum number of LocalContext.Variable |
"isPoorSystemHash()" | true or false based upon the run-time platform (small test performed at start-up) |
Indicates if the system hash code is well distributed (see FastMap) |