Package | Description |
---|---|
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.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.set.mutable |
This package package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedBag<T> |
A synchronized view of a
MutableBag . |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedSortedBag<T> |
A synchronized view of a
MutableSortedBag . |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedMutableCollection<T> |
A synchronized view of a
MutableCollection . |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedMutableList<T> |
A synchronized view of a
MutableList . |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedMutableSet<T> |
A synchronized view of a
MutableSet . |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedSortedSet<T> |
A synchronized view of a
MutableSortedSet . |
Copyright © 2004–2020. All rights reserved.