| Package | Description |
|---|---|
| org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
| org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.map |
This package contains implementations of the
MapIterable interface. |
| 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.set.mutable |
This package contains implementations of
MutableSet. |
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedRichIterable<T>
A synchronized view of a RichIterable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedBag<T>
A synchronized view of a
MutableBag. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedSortedBag<T>
A synchronized view of a
MutableSortedBag. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedBiMap<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSynchronizedMutableCollection<T> |
class |
SynchronizedMutableCollection<T>
A synchronized view of a
MutableCollection. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedMutableList<T>
A synchronized view of a
MutableList. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSynchronizedMapIterable<K,V>
A synchronized view of a map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedMutableMap<K,V>
A synchronized view of a
MutableMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedSortedMap<K,V>
A synchronized view of a SortedMap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedMutableSet<T>
A synchronized view of a
MutableSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedSortedSet<T>
A synchronized view of a
MutableSortedSet. |
Copyright © 2004–2022. All rights reserved.