| Interface | Description |
|---|---|
| ConcurrentHashMapV8.Action<A> |
Interface describing a void action of one argument
|
| ConcurrentHashMapV8.BiAction<A,B> |
Interface describing a void action of two arguments
|
| ConcurrentHashMapV8.BiFun<A,B,T> |
Interface describing a function of two arguments
|
| ConcurrentHashMapV8.DoubleByDoubleToDouble |
Interface describing a function mapping two doubles to a double
|
| ConcurrentHashMapV8.DoubleToDouble |
Interface describing a function mapping a double to a double
|
| ConcurrentHashMapV8.Fun<A,T> |
Interface describing a function of one argument
|
| ConcurrentHashMapV8.Generator<T> |
Interface describing a function of no arguments
|
| ConcurrentHashMapV8.IntByIntToInt |
Interface describing a function mapping two ints to an int
|
| ConcurrentHashMapV8.IntToInt |
Interface describing a function mapping an int to an int
|
| ConcurrentHashMapV8.LongByLongToLong |
Interface describing a function mapping two longs to a long
|
| ConcurrentHashMapV8.LongToLong |
Interface describing a function mapping a long to a long
|
| ConcurrentHashMapV8.ObjectByObjectToDouble<A,B> |
Interface describing a function mapping two arguments to a double
|
| ConcurrentHashMapV8.ObjectByObjectToInt<A,B> |
Interface describing a function mapping two arguments to an int
|
| ConcurrentHashMapV8.ObjectByObjectToLong<A,B> |
Interface describing a function mapping two arguments to a long
|
| ConcurrentHashMapV8.ObjectToDouble<A> |
Interface describing a function mapping its argument to a double
|
| ConcurrentHashMapV8.ObjectToInt<A> |
Interface describing a function mapping its argument to an int
|
| ConcurrentHashMapV8.ObjectToLong<A> |
Interface describing a function mapping its argument to a long
|
| ConcurrentHashMapV8.Spliterator<T> |
A partitionable iterator.
|
| Class | Description |
|---|---|
| ConcurrentHashMapV8<K,V> |
A hash table supporting full concurrency of retrievals and
high expected concurrency for updates.
|
| ConcurrentHashMapV8.EntrySetView<K,V> |
A view of a ConcurrentHashMapV8 as a
Set of (key, value)
entries. |
| ConcurrentHashMapV8.ForkJoinTasks |
Predefined tasks for performing bulk parallel operations on
ConcurrentHashMapV8s.
|
| ConcurrentHashMapV8.KeySetView<K,V> |
A view of a ConcurrentHashMapV8 as a
Set of keys, in
which additions may optionally be enabled by mapping to a
common value. |
| ConcurrentHashMapV8.ValuesView<K,V> |
A view of a ConcurrentHashMapV8 as a
Collection of
values, in which additions are disabled. |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.