| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MultiReaderHashBag<T> |
MultiReaderHashBag provides a thread-safe wrapper around a HashBag, using a ReentrantReadWriteLock.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MultiReaderFastList<T> |
MultiReadFastList provides a thread-safe wrapper around a FastList, using a ReentrantReadWriteLock.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MultiReaderUnifiedSet<T> |
MultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.
|
Copyright © 2004–2019. All rights reserved.