Uses of Package
org.eclipse.collections.impl.list.mutable
-
Packages that use org.eclipse.collections.impl.list.mutable Package Description org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedureandProcedure2.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.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. -
Classes in org.eclipse.collections.impl.list.mutable used by org.eclipse.collections.impl.block.procedure Class Description FastList FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions. -
Classes in org.eclipse.collections.impl.list.mutable used by org.eclipse.collections.impl.list.fixed Class Description AbstractMutableList -
Classes in org.eclipse.collections.impl.list.mutable used by org.eclipse.collections.impl.list.mutable Class 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 aMutableList.UnmodifiableMutableList An unmodifiable view of a list. -
Classes in org.eclipse.collections.impl.list.mutable used by org.eclipse.collections.impl.list.mutable.primitive Class Description AbstractMutableList -
Classes in org.eclipse.collections.impl.list.mutable used by org.eclipse.collections.impl.utility Class Description FastList FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions. -
Classes in org.eclipse.collections.impl.list.mutable used by org.eclipse.collections.impl.utility.internal Class Description FastList FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions.