Uses of Interface
org.eclipse.collections.api.InternalIterable
Packages that use InternalIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for BiMap API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBag interface.This package contains implementations of
MutableSortedBag.This package contains implementations of bags with user defined
HashingStrategys.This package contains implementations of the
MutableBiMap interface.This package contains implementations of the
ImmutableCollection interface.This package contains implementations of the
MutableCollection interface.This package contains implementations of the
LazyIterable interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
ListIterable interface.This package contains implementations of the
FixedSizeList interface.This package contains implementations of the
ImmutableList interface.This package contains implementations of the
MutableList interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the
MapIterable interface.This package contains implementations of the
FixedSizeMap interface.This package contains implementations of the
ImmutableMap interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the
MutableSortedMap interface.This package contains immutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains mutable map implementations backed by hashtables that rely on
HashingStrategys provided by
the developer to compute the hashCode and equals for the objects stored in the map.This package contains implementations of
FixedSizeSet.This package contains the implementations of
ImmutableSet.This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of
ImmutableSortedSet.This package contains implementations of
MutableSortedSet.This package contains implementations of immutable sets with user defined
HashingStrategys.This package contains implementations of sets with user defined
HashingStrategys.This package contains implementations of the
ImmutableStack interface.This package contains implementations of the
MutableStack interface.-
Uses of InternalIterable in org.eclipse.collections.api
Subinterfaces of InternalIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterfaceLazyIterable<T>A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.interfaceRichIterable<T>RichIterable is a read-only interface which extends the InternalIterable interface and adds many internal iterator methods. -
Uses of InternalIterable in org.eclipse.collections.api.bag
Subinterfaces of InternalIterable in org.eclipse.collections.api.bagModifier and TypeInterfaceDescriptioninterfaceBag<T>A Bag is a Collection whose elements are unordered and may contain duplicate entries.interfaceImmutableBag<T>interfaceinterfaceA MultiReaderBag provides thread-safe iteration for a bag through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableBag<T>A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.interfaceinterfaceUnsortedBag<T> -
Uses of InternalIterable in org.eclipse.collections.api.bag.sorted
Subinterfaces of InternalIterable in org.eclipse.collections.api.bag.sortedModifier and TypeInterfaceDescriptioninterfaceImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.interfaceinterfaceSortedBag<T>An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries. -
Uses of InternalIterable in org.eclipse.collections.api.bimap
Subinterfaces of InternalIterable in org.eclipse.collections.api.bimapModifier and TypeInterfaceDescriptioninterfaceBiMap<K,V> A map that allows users to look up key-value pairs from either direction.interfaceImmutableBiMap<K,V> ABiMapwhose contents cannot be altered after initialization.interfaceMutableBiMap<K,V> ABiMapwhose contents can be altered after initialization. -
Uses of InternalIterable in org.eclipse.collections.api.collection
Subinterfaces of InternalIterable in org.eclipse.collections.api.collectionModifier and TypeInterfaceDescriptioninterfaceA FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.interfaceImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.interfaceMutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol. -
Uses of InternalIterable in org.eclipse.collections.api.list
Subinterfaces of InternalIterable in org.eclipse.collections.api.listModifier and TypeInterfaceDescriptioninterfaceA FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.interfaceImmutableList is the non-modifiable equivalent interface toMutableList.interfaceListIterable<T>An iterable whose items are ordered and may be accessed directly by index.interfaceA MultiReaderList provides thread-safe iteration for a list through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableList<T>A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Uses of InternalIterable in org.eclipse.collections.api.map
Subinterfaces of InternalIterable in org.eclipse.collections.api.mapModifier and TypeInterfaceDescriptioninterfaceConcurrentMutableMap<K,V> A ConcurrentMutableMap provides an api which combines and supports both MutableMap and ConcurrentMap.interfaceFixedSizeMap<K,V> A FixedSizeMap is a map that may be mutated, but cannot grow or shrink in size.interfaceImmutableMap<K,V> An ImmutableMap is different from a JCF Map because it has no mutating methods.interfaceImmutableMapIterable<K,V> interfaceImmutableOrderedMap<K,V> interfaceMapIterable<K,V> A Read-only Map API, with the minor exception inherited from java.lang.Iterable.interfaceMutableMap<K,V> A MutableMap is similar to a JCF Map but adds additional useful internal iterator methods.interfaceMutableMapIterable<K,V> interfaceMutableOrderedMap<K,V> interfaceOrderedMap<K,V> A map whose keys are ordered but not necessarily sorted, for example a linked hash map.interfaceUnsortedMapIterable<K,V> An iterable Map whose elements are unsorted. -
Uses of InternalIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of InternalIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveObjectMap.stg.interfaceThis file was automatically generated from template file primitiveObjectMap.stg.interfaceThis file was automatically generated from template file primitiveObjectMap.stg.interfaceThis file was automatically generated from template file primitiveObjectMap.stg.interfaceThis file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceinterfaceThis file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceIntObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceThis file was automatically generated from template file primitiveObjectMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceinterfaceThis file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceinterfaceThis file was automatically generated from template file primitiveObjectMap.stg. -
Uses of InternalIterable in org.eclipse.collections.api.map.sorted
Subinterfaces of InternalIterable in org.eclipse.collections.api.map.sortedModifier and TypeInterfaceDescriptioninterfaceImmutableSortedMap<K,V> An ImmutableSortedMap is different from a JCF SortedMap because it has no mutating methods.interfaceMutableSortedMap<K,V> A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.interfaceSortedMapIterable<K,V> An iterable Map whose elements are sorted. -
Uses of InternalIterable in org.eclipse.collections.api.ordered
Subinterfaces of InternalIterable in org.eclipse.collections.api.orderedModifier and TypeInterfaceDescriptioninterfaceAn OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.interfaceA ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.interfaceA SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation. -
Uses of InternalIterable in org.eclipse.collections.api.set
Subinterfaces of InternalIterable in org.eclipse.collections.api.setModifier and TypeInterfaceDescriptioninterfaceFixedSizeSet<T>A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.interfaceImmutableSet<T>ImmutableSet is the non-modifiable equivalent interface toMutableSet.interfaceinterfaceA MultiReaderSet provides thread-safe iteration for a set through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableSet<T>A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.interfaceinterfaceSetIterable<T>A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).interfaceAn iterable whose items are unique. -
Uses of InternalIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of InternalIterable in org.eclipse.collections.api.set.sortedModifier and TypeInterfaceDescriptioninterfaceImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.interfaceA MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.interfaceAn iterable whose items are unique and sorted by some comparator or their natural ordering. -
Uses of InternalIterable in org.eclipse.collections.api.stack
Subinterfaces of InternalIterable in org.eclipse.collections.api.stackModifier and TypeInterfaceDescriptioninterfaceinterfaceMutableStack<T>interfaceStackIterable is a last-in-first-out data structure. -
Uses of InternalIterable in org.eclipse.collections.impl
Classes in org.eclipse.collections.impl that implement InternalIterableModifier and TypeClassDescriptionclassclassA synchronized view of a RichIterable.classAn unmodifiable view of a RichIterable. -
Uses of InternalIterable in org.eclipse.collections.impl.bag
Classes in org.eclipse.collections.impl.bag that implement InternalIterable -
Uses of InternalIterable in org.eclipse.collections.impl.bag.immutable
Classes in org.eclipse.collections.impl.bag.immutable that implement InternalIterableModifier and TypeClassDescriptionclassclassclass(package private) final classThis is a zero elementImmutableBagwhich is created by calling the Bags.immutable.empty().class(package private) final class -
Uses of InternalIterable in org.eclipse.collections.impl.bag.mutable
Classes in org.eclipse.collections.impl.bag.mutable that implement InternalIterableModifier and TypeClassDescriptionclassclassclassclassHashBag<T>A HashBag is a MutableBag which uses a Map as its underlying data store.final classMultiReaderHashBag provides a thread-safe wrapper around a HashBag, using a ReentrantReadWriteLock.(package private) static final classclassA synchronized view of aMutableBag.classAn unmodifiable view of a bag. -
Uses of InternalIterable in org.eclipse.collections.impl.bag.sorted.immutable
Classes in org.eclipse.collections.impl.bag.sorted.immutable that implement InternalIterableModifier and TypeClassDescription(package private) class(package private) class(package private) class -
Uses of InternalIterable in org.eclipse.collections.impl.bag.sorted.mutable
Classes in org.eclipse.collections.impl.bag.sorted.mutable that implement InternalIterableModifier and TypeClassDescriptionclassclassA synchronized view of aMutableSortedBag.classTreeBag<T>A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.classAn unmodifiable view of a SortedBag. -
Uses of InternalIterable in org.eclipse.collections.impl.bag.strategy.mutable
Classes in org.eclipse.collections.impl.bag.strategy.mutable that implement InternalIterable -
Uses of InternalIterable in org.eclipse.collections.impl.bimap
Classes in org.eclipse.collections.impl.bimap that implement InternalIterable -
Uses of InternalIterable in org.eclipse.collections.impl.bimap.immutable
Classes in org.eclipse.collections.impl.bimap.immutable that implement InternalIterableModifier and TypeClassDescriptionclassprivate static class(package private) final classImmutableHashBiMap<K,V> -
Uses of InternalIterable in org.eclipse.collections.impl.bimap.mutable
Classes in org.eclipse.collections.impl.bimap.mutable that implement InternalIterableModifier and TypeClassDescription(package private) classAbstractMutableBiMap<K,V> private static classclassHashBiMap<K,V> AMutableBiMapwhich uses two hash tables as its underlying data store.classSynchronizedBiMap<K,V> classUnmodifiableBiMap<K,V> -
Uses of InternalIterable in org.eclipse.collections.impl.collection
Classes in org.eclipse.collections.impl.collection that implement InternalIterable -
Uses of InternalIterable in org.eclipse.collections.impl.collection.immutable
Classes in org.eclipse.collections.impl.collection.immutable that implement InternalIterable -
Uses of InternalIterable in org.eclipse.collections.impl.collection.mutable
Classes in org.eclipse.collections.impl.collection.mutable that implement InternalIterableModifier and TypeClassDescriptionclassclassAbstractMultiReaderMutableCollection is an abstraction that provides thread-safe collection behaviors.protected static classclassclassclassfinal classThis class provides a MutableCollection interface wrapper around a JDK Collections Collection interface instance.classA synchronized view of aMutableCollection.classAn unmodifiable view of a collection. -
Uses of InternalIterable in org.eclipse.collections.impl.lazy
Classes in org.eclipse.collections.impl.lazy that implement InternalIterableModifier and TypeClassDescriptionclassAbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.classA ChunkIterable is an iterable that partitions a source iterable into fixed size chunks as it iterates.classCollectIterable<T,V> A CollectIterable is an iterable that transforms a source iterable using a function as it iterates.final classclassA DistinctIterable is an iterable that eliminates duplicates from a source iterable as it iterates.classDropIterable<T>Iterates over the elements of the adapted Iterable skipping the first count elements or the full adapted Iterable if the count is non-positive.classIterates over the elements of the adapted Iterable skipping the first elements until the predicate returns false.classFlatCollectIterable<T,V> classA LazyIterableAdapter wraps any iterable with the LazyIterable interface.classA RejectIterable is an iterable that filters a source iterable on a negative condition as it iterates.classA ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.classA SelectIterable is an iterable that filters a source iterable for instances of a Class as it iterates.classA SelectIterable is an iterable that filters a source iterable on a condition as it iterates.classTakeIterable<T>Iterates over the first count elements of the adapted Iterable or the full size of the adapted iterable if the count is greater than the length of the receiver.classIterates over the elements of the adapted Iterable until the predicate returns false.classTapIterable<T>A TapIterable is an iterable that executes a procedure for each element before each iteration.classZipIterable<X,Y> A ZipIterable is an iterable that transforms a source iterable on a condition as it iterates.classA CollectIterable is an iterable that transforms a source iterable on a condition as it iterates. -
Uses of InternalIterable in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement InternalIterableModifier and TypeClassDescriptionprivate class -
Uses of InternalIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement InternalIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classThis file was automatically generated from template file chunkPrimitiveIterable.stg.classclassThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classThis file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg. -
Uses of InternalIterable in org.eclipse.collections.impl.list
Classes in org.eclipse.collections.impl.list that implement InternalIterableModifier and TypeClassDescriptionfinal classAn Interval is a range of integers that may be iterated over using a step value. -
Uses of InternalIterable in org.eclipse.collections.impl.list.fixed
Classes in org.eclipse.collections.impl.list.fixed that implement InternalIterableModifier and TypeClassDescriptionclassclassprivate static classfinal classArrayAdapter<T>This class provides a MutableList wrapper around an array.(package private) final classA DoubletonList is a two-element memory efficient List.(package private) final classEmptyList<T>This class is a memory efficient list with no elements.(package private) final classThis is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).(package private) final classThis is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).(package private) final classThis is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).(package private) final classThis class is a memory efficient list with one element.(package private) final classThis is a three element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three). -
Uses of InternalIterable in org.eclipse.collections.impl.list.immutable
Classes in org.eclipse.collections.impl.list.immutable that implement InternalIterableModifier and TypeClassDescription(package private) classThis class is the parent class for all ImmutableLists.protected static class(package private) final classAn ImmutableArrayList wraps a Java array, but it cannot be modified after creation.(package private) final classThis is a ten element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven, eight, nine, ten) method.(package private) final classThis is a two element immutable List which is created by calling Immutable.newListWith(one, two) method.(package private) final classThis is a zero elementImmutableListwhich is created by calling the Lists.immutable.empty() method.(package private) final classThis is a nine element immutable List which is created by calling Lists.immutable.with(one, two, three, four, five, six, seven, eight, nine) method.(package private) final classThis is an eight element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven, eight) method.(package private) final classThis is a four element immutable List which is created by calling Immutable.newListWith(one, two, three, four) method.(package private) final classThis is a five element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five) method.(package private) final classThis is a seven element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven) method.(package private) final classThis is a six element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six) method.(package private) final classThis is a single element immutable List which is created by calling Immutable.newListWith(one) method.(package private) final classThis is a three element immutable List which is created by calling Immutable.newListWith(one, two, three) method. -
Uses of InternalIterable in org.eclipse.collections.impl.list.mutable
Classes in org.eclipse.collections.impl.list.mutable that implement InternalIterableModifier and TypeClassDescriptionclassclassprotected static classfinal classThis class provides a MutableList wrapper around a JDK Collections ArrayList instance.final classCompositeFastList behaves like a list, but is composed of at least one list.classFastList<T>FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions.final classListAdapter<T>This class provides a MutableList wrapper around a JDK Collections List interface instance.final classMultiReadFastList provides a thread-safe wrapper around a FastList, using a ReentrantReadWriteLock.(package private) static final classfinal classThis class provides a MutableList wrapper around a JDK Collections List interface instance.classA synchronized view of aMutableList.classAn unmodifiable view of a list.private static final class -
Uses of InternalIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement InternalIterableModifier and TypeClassDescriptionclassA boxed view of aMutableBooleanList.classA boxed view of aMutableByteList.classA boxed view of aMutableCharList.classA boxed view of aMutableDoubleList.classA boxed view of aMutableFloatList.classA boxed view of aMutableIntList.classA boxed view of aMutableLongList.classA boxed view of aMutableShortList. -
Uses of InternalIterable in org.eclipse.collections.impl.map
Classes in org.eclipse.collections.impl.map that implement InternalIterableModifier and TypeClassDescriptionclassAbstractMapIterable<K,V> classA synchronized view of a map. -
Uses of InternalIterable in org.eclipse.collections.impl.map.fixed
Classes in org.eclipse.collections.impl.map.fixed that implement InternalIterableModifier and TypeClassDescription(package private) class(package private) final classDoubletonMap<K,V> (package private) final classEmptyMap<K,V> (package private) final classSingletonMap<K,V> (package private) final classTripletonMap<K,V> -
Uses of InternalIterable in org.eclipse.collections.impl.map.immutable
Classes in org.eclipse.collections.impl.map.immutable that implement InternalIterableModifier and TypeClassDescriptionclassAbstractImmutableMap<K,V> (package private) final class(package private) final classImmutableEmptyMap<K,V> This is a zero elementImmutableMapwhich is created by calling the Maps.immutable.empty() method.(package private) final class(package private) final class(package private) final classclassImmutableUnifiedMap<K,V> -
Uses of InternalIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement InternalIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classThis file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classThis file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classThis file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classThis file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classThis file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classThis file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) final classImmutableByteObjectEmptyMap is an optimization forImmutableByteObjectMapof size 0.(package private) final classImmutableByteObjectHashMap is the non-modifiable equivalent ofByteObjectHashMap.(package private) final classImmutableByteObjectSingletonMap is an optimization forImmutableByteObjectMapof size 1.(package private) final classImmutableCharObjectEmptyMap is an optimization forImmutableCharObjectMapof size 0.(package private) final classImmutableCharObjectHashMap is the non-modifiable equivalent ofCharObjectHashMap.(package private) final classImmutableCharObjectSingletonMap is an optimization forImmutableCharObjectMapof size 1.(package private) final classImmutableDoubleObjectEmptyMap is an optimization forImmutableDoubleObjectMapof size 0.(package private) final classImmutableDoubleObjectHashMap is the non-modifiable equivalent ofDoubleObjectHashMap.(package private) final classImmutableDoubleObjectSingletonMap is an optimization forImmutableDoubleObjectMapof size 1.(package private) final classImmutableFloatObjectEmptyMap is an optimization forImmutableFloatObjectMapof size 0.(package private) final classImmutableFloatObjectHashMap is the non-modifiable equivalent ofFloatObjectHashMap.(package private) final classImmutableFloatObjectSingletonMap is an optimization forImmutableFloatObjectMapof size 1.(package private) final classImmutableIntObjectEmptyMap is an optimization forImmutableIntObjectMapof size 0.(package private) final classImmutableIntObjectHashMap is the non-modifiable equivalent ofIntObjectHashMap.(package private) final classImmutableIntObjectSingletonMap is an optimization forImmutableIntObjectMapof size 1.(package private) final classImmutableLongObjectEmptyMap is an optimization forImmutableLongObjectMapof size 0.(package private) final classImmutableLongObjectHashMap is the non-modifiable equivalent ofLongObjectHashMap.(package private) final classImmutableLongObjectSingletonMap is an optimization forImmutableLongObjectMapof size 1.(package private) final classImmutableShortObjectEmptyMap is an optimization forImmutableShortObjectMapof size 0.(package private) final classImmutableShortObjectHashMap is the non-modifiable equivalent ofShortObjectHashMap.(package private) final classImmutableShortObjectSingletonMap is an optimization forImmutableShortObjectMapof size 1. -
Uses of InternalIterable in org.eclipse.collections.impl.map.mutable
Classes in org.eclipse.collections.impl.map.mutable that implement InternalIterableModifier and TypeClassDescriptionclassAbstractMutableMap<K,V> classfinal classConcurrentHashMap<K,V> classfinal classDeprecated.since 2.0classMapAdapter<K,V> This class provides a MutableMap wrapper around a JDK Collections Map interface instance.classA synchronized view of aMutableMap.classUnifiedMap<K,V> UnifiedMap stores key/value pairs in a single array, where alternate slots are keys and values.classAn unmodifiable view of a map. -
Uses of InternalIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement InternalIterableModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitiveObjectHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitiveObjectHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitiveObjectHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitiveObjectHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitiveObjectHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitiveObjectHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitiveObjectHashMap.stg.private classprivate classclassA synchronized view of aMutableByteObjectMap.classA synchronized view of aMutableCharObjectMap.classA synchronized view of aMutableDoubleObjectMap.classA synchronized view of aMutableFloatObjectMap.classA synchronized view of aMutableIntObjectMap.classA synchronized view of aMutableLongObjectMap.classA synchronized view of aMutableShortObjectMap.classThis file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classThis file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classThis file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classThis file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classThis file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classThis file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classThis file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg. -
Uses of InternalIterable in org.eclipse.collections.impl.map.ordered.immutable
Classes in org.eclipse.collections.impl.map.ordered.immutable that implement InternalIterable -
Uses of InternalIterable in org.eclipse.collections.impl.map.ordered.mutable
Classes in org.eclipse.collections.impl.map.ordered.mutable that implement InternalIterableModifier and TypeClassDescriptionclassOrderedMapAdapter<K,V> classAn unmodifiable view of a map. -
Uses of InternalIterable in org.eclipse.collections.impl.map.sorted.immutable
Classes in org.eclipse.collections.impl.map.sorted.immutable that implement InternalIterableModifier and TypeClassDescriptionclass(package private) final classThis is a zero elementImmutableSortedMapwhich is created by calling SortedMaps.immutable.empty().classImmutableTreeMap<K,V> -
Uses of InternalIterable in org.eclipse.collections.impl.map.sorted.mutable
Classes in org.eclipse.collections.impl.map.sorted.mutable that implement InternalIterableModifier and TypeClassDescriptionclassclassSortedMapAdapter<K,V> This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.classA synchronized view of a SortedMap.classTreeSortedMap<K,V> classUnmodifiableTreeMap<K,V> An unmodifiable view of a map. -
Uses of InternalIterable in org.eclipse.collections.impl.map.strategy.immutable
Classes in org.eclipse.collections.impl.map.strategy.immutable that implement InternalIterableModifier and TypeClassDescription(package private) final classThis is a zero elementImmutableUnifiedMapWithHashingStrategywhich is created by calling the HashingStrategyMaps.immutable.empty() method.class -
Uses of InternalIterable in org.eclipse.collections.impl.map.strategy.mutable
Classes in org.eclipse.collections.impl.map.strategy.mutable that implement InternalIterableModifier and TypeClassDescriptionclassUnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values. -
Uses of InternalIterable in org.eclipse.collections.impl.set
Classes in org.eclipse.collections.impl.set that implement InternalIterable -
Uses of InternalIterable in org.eclipse.collections.impl.set.fixed
Classes in org.eclipse.collections.impl.set.fixed that implement InternalIterableModifier and TypeClassDescription(package private) class(package private) final classDoubletonSet<T>(package private) final classEmptySet<T>This class is a memory efficient list with no elements.(package private) final class(package private) classSingletonSet<T>(package private) final classTripletonSet<T> -
Uses of InternalIterable in org.eclipse.collections.impl.set.immutable
Classes in org.eclipse.collections.impl.set.immutable that implement InternalIterableModifier and TypeClassDescriptionclassThis class is the parent class for all ImmutableSets.(package private) final class(package private) final classThis is a zero elementImmutableSetwhich is created by calling the Sets.immutable.empty() method.(package private) final class(package private) final class(package private) final class(package private) final class -
Uses of InternalIterable in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement InternalIterableModifier and TypeClassDescriptionclassfinal classMultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.(package private) static final classfinal classSetAdapter<T>This class provides a MutableSet wrapper around a JDK Collections Set interface instance.classA synchronized view of aMutableSet.classUnifiedSet<T>private classclassAn unmodifiable view of a list. -
Uses of InternalIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement InternalIterableModifier and TypeClassDescriptionclassA boxed view of aMutableBooleanSet.classA boxed view of aMutableByteSet.classA boxed view of aMutableCharSet.classA boxed view of aMutableDoubleSet.classA boxed view of aMutableFloatSet.classA boxed view of aMutableIntSet.classA boxed view of aMutableLongSet.classA boxed view of aMutableShortSet. -
Uses of InternalIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement InternalIterableModifier and TypeClassDescription(package private) classThis class is the parent class for all ImmutableSortedSets.(package private) final classThis is a zero elementImmutableSortedSetwhich is created by calling the SortedSets.immutable.empty() method.(package private) final classprivate class -
Uses of InternalIterable in org.eclipse.collections.impl.set.sorted.mutable
Classes in org.eclipse.collections.impl.set.sorted.mutable that implement InternalIterableModifier and TypeClassDescriptionfinal classThis class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.classA synchronized view of aMutableSortedSet.classclassAn unmodifiable view of a SortedSet. -
Uses of InternalIterable in org.eclipse.collections.impl.set.strategy.immutable
Classes in org.eclipse.collections.impl.set.strategy.immutable that implement InternalIterableModifier and TypeClassDescription(package private) final classThis is a zero elementImmutableUnifiedSetWithHashingStrategywhich is created by calling the HashingStrategySets.immutable.empty() method.(package private) final class -
Uses of InternalIterable in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement InternalIterableModifier and TypeClassDescriptionclassprivate classUnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable -
Uses of InternalIterable in org.eclipse.collections.impl.stack.immutable
Classes in org.eclipse.collections.impl.stack.immutable that implement InternalIterableModifier and TypeClassDescription(package private) final classDeprecated.Replaced byImmutableNotEmptyStack.(package private) final class(package private) final class -
Uses of InternalIterable in org.eclipse.collections.impl.stack.mutable
Classes in org.eclipse.collections.impl.stack.mutable that implement InternalIterableModifier and TypeClassDescriptionclassArrayStack<T>ArrayStack is a MutableStack which contains a FastList of data.final classA synchronized view of aMutableStack.final class