| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.procedure |
This package contains implementations of
Procedure and Procedure2. |
| org.eclipse.collections.impl.jmh | |
| org.eclipse.collections.impl.jmh.domain | |
| org.eclipse.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
| Class and Description |
|---|
| FastList
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent
modification exceptions.
|
| Class and Description |
|---|
| CompositeFastList
CompositeFastList behaves like a list, but is composed of at least one list.
|
| Class and Description |
|---|
| FastList
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent
modification exceptions.
|
| Class and Description |
|---|
| AbstractMutableList |
| Class and Description |
|---|
| AbstractListAdapter |
| AbstractMutableList |
| ArrayListAdapter
This class provides a MutableList wrapper around a JDK Collections ArrayList instance.
|
| CompositeFastList
CompositeFastList behaves like a list, but is composed of at least one list.
|
| FastList
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent
modification exceptions.
|
| ListAdapter
This class provides a MutableList wrapper around a JDK Collections List interface instance.
|
| MultiReaderFastList
MultiReadFastList provides a thread-safe wrapper around a FastList, using a ReentrantReadWriteLock.
|
| MutableIterator |
| RandomAccessListAdapter
This class provides a MutableList wrapper around a JDK Collections List interface instance.
|
| SynchronizedMutableList
A synchronized view of a
MutableList. |
| UnmodifiableMutableList
An unmodifiable view of a list.
|
| Class and Description |
|---|
| FastList
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent
modification exceptions.
|
| Class and Description |
|---|
| FastList
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent
modification exceptions.
|
Copyright © 2004–2016. All rights reserved.