Java org.apache.commons.lang3.concurrent ConcurrentUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3.concurrent ConcurrentUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang3.concurrent ConcurrentUtils.

The text is from its open source code.

Method

FutureconstantFuture(final T value)

Gets an implementation of Future that is immediately done and returns the specified constant value.

VputIfAbsent(final ConcurrentMap map, final K key, final V value)

Puts a value in the specified ConcurrentMap if the key is not yet present.