| Package | Description |
|---|---|
| org.jboss.remoting3.remote |
| Modifier and Type | Interface and Description |
|---|---|
(package private) interface |
IntIndexMap<E>
A map which is indexed by integer value and thus acts similarly to a set.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
IntIndexHashMap<V>
Lock-free concurrent integer-indexed hash map.
|
| Modifier and Type | Field and Description |
|---|---|
private IntIndexer<? super V> |
IntIndexHashMap.indexer |
(package private) static IntIndexer<InboundMessage> |
InboundMessage.INDEXER |
(package private) static IntIndexer<RemoteConnectionChannel> |
RemoteConnectionChannel.INDEXER |
(package private) static IntIndexer<PendingChannel> |
PendingChannel.INDEXER |
(package private) static IntIndexer<OutboundMessage> |
OutboundMessage.INDEXER |
| Constructor and Description |
|---|
IntIndexHashMap(IntIndexer<? super V> indexer)
Construct a new instance.
|
IntIndexHashMap(IntIndexer<? super V> indexer,
Equaller<? super V> valueEqualler)
Construct a new instance.
|
IntIndexHashMap(IntIndexer<? super V> indexer,
Equaller<? super V> valueEqualler,
int initialCapacity,
float loadFactor)
Construct a new instance.
|
IntIndexHashMap(IntIndexer<? super V> indexer,
float loadFactor)
Construct a new instance.
|
IntIndexHashMap(IntIndexer<? super V> indexer,
int initialCapacity)
Construct a new instance.
|
IntIndexHashMap(IntIndexer<? super V> indexer,
int initialCapacity,
float loadFactor)
Construct a new instance.
|