Package | Description |
---|---|
org.eclipse.collections.impl.lazy.parallel | |
org.eclipse.collections.impl.lazy.parallel.list | |
org.eclipse.collections.impl.lazy.parallel.set.sorted | |
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.map.strategy.mutable |
This package contains mutable map implementations backed by hashtables that rely on
HashingStrategy s provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
Class | Description |
---|---|
ConcurrentHashMap |
Class | Description |
---|---|
ConcurrentHashMap |
Class | Description |
---|---|
ConcurrentHashMap |
Class | Description |
---|---|
AbstractMutableMap | |
AbstractMutableMapIterable | |
ConcurrentHashMap | |
ConcurrentHashMapEntrySetRemoveIfTest | |
ConcurrentHashMapUnsafe | |
ConcurrentHashMapUnsafeEntrySetRemoveIfTest | |
ConcurrentHashMapUnsafeValuesRemoveIfTest | |
ConcurrentHashMapValuesRemoveIfTest | |
ConcurrentMutableHashMap |
Deprecated.
since 2.0
|
JucConcurrentHashMapEntrySetRemoveIfTest | |
JucConcurrentHashMapValuesRemoveIfTest | |
SynchronizedMutableMap |
A synchronized view of a
MutableMap . |
UnifiedMap |
UnifiedMap stores key/value pairs in a single array, where alternate slots are keys and values.
|
UnmodifiableMutableMap |
An unmodifiable view of a map.
|
Class | Description |
---|---|
AbstractMutableMapIterable |
Class | Description |
---|---|
AbstractMutableMap | |
AbstractMutableMapIterable |
Copyright © 2004–2019. All rights reserved.