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 ofProcedure
andProcedure2
.org.eclipse.collections.impl.forkjoin This package contains implementations which has several parallel algorithms that work with Collections and make use of Java's fork-join framework.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.strategy.mutable This package contains mutable map implementations backed by hashtables that rely onHashingStrategy
s provided by the developer to compute the hashCode and equals for the objects stored in the map.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
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. -
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.forkjoin 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 AbstractMutableList.SubList -
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.MultiReaderFastList.UntouchableListIterator MultiReaderFastList.UntouchableMutableList 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.UnmodifiableMutableList.RandomAccessUnmodifiableMutableList -
Classes in org.eclipse.collections.impl.list.mutable used by org.eclipse.collections.impl.map.mutable 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.map.strategy.mutable 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.stack.immutable 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.stack.mutable 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 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.