Uses of Interface
org.eclipse.collections.api.RichIterable
-
Packages that use RichIterable Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.bimap This package contains interfaces for BiMap API.org.eclipse.collections.api.collection org.eclipse.collections.api.factory.list This package contains factory API for creating instances of typeListIterable
.org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList
.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.multimap This package contains interfaces forMultimap
.org.eclipse.collections.api.multimap.bag This package contains interfaces forBagMultimap
.org.eclipse.collections.api.multimap.list This package contains interfaces forListMultimap
.org.eclipse.collections.api.multimap.ordered org.eclipse.collections.api.multimap.set This package contains interfaces forSetMultimap
.org.eclipse.collections.api.multimap.sortedbag This package contains interfaces forSortedBagMultimap
.org.eclipse.collections.api.multimap.sortedset This package contains interfaces forSortedSetMultimap
.org.eclipse.collections.api.ordered org.eclipse.collections.api.partition This package contains interfaces forPartitionIterable
.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBag
interface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag
.org.eclipse.collections.impl.bag.strategy.mutable This package contains implementations of bags with user definedHashingStrategy
s.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
.org.eclipse.collections.impl.block.procedure.checked This package contains abstract implementations ofProcedure
andProcedure2
.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.immutable This package contains implementations of theImmutableCollection
interface.org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.lazy.iterator This package contains implementations of theIterator
interface.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list This package contains implementations of theListIterable
interface.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeList
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map This package contains implementations of theMapIterable
interface.org.eclipse.collections.impl.map.fixed This package contains implementations of theFixedSizeMap
interface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMap
interface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable 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.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.multimap This package contains implementations of theMultimap
interface.org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimap
interface.org.eclipse.collections.impl.multimap.bag.sorted org.eclipse.collections.impl.multimap.bag.sorted.immutable org.eclipse.collections.impl.multimap.bag.sorted.mutable org.eclipse.collections.impl.multimap.bag.strategy org.eclipse.collections.impl.multimap.list This package contains implementations of theListMultimap
interface.org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimap
interface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimap
interface.org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimap
interface which use a set with user-definedHashingStrategy
as their underlying store for the multiple values of a given key.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set org.eclipse.collections.impl.set.fixed This package contains implementations ofFixedSizeSet
.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
.org.eclipse.collections.impl.set.strategy.immutable This package contains implementations of immutable sets with user definedHashingStrategy
s.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategy
s.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.test This package containsSerializeTestHelper
andVerify
classes.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. -
-
Uses of RichIterable in org.eclipse.collections.api
Subinterfaces of RichIterable in org.eclipse.collections.api Modifier and Type Interface Description interface
LazyIterable<T>
A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.Methods in org.eclipse.collections.api that return RichIterable Modifier and Type Method Description default RichIterable<BooleanIterable>
BooleanIterable. chunk(int size)
Partitions elements in fixed size chunks.default RichIterable<ByteIterable>
ByteIterable. chunk(int size)
Partitions elements in fixed size chunks.default RichIterable<CharIterable>
CharIterable. chunk(int size)
Partitions elements in fixed size chunks.default RichIterable<DoubleIterable>
DoubleIterable. chunk(int size)
Partitions elements in fixed size chunks.default RichIterable<FloatIterable>
FloatIterable. chunk(int size)
Partitions elements in fixed size chunks.default RichIterable<IntIterable>
IntIterable. chunk(int size)
Partitions elements in fixed size chunks.default RichIterable<LongIterable>
LongIterable. chunk(int size)
Partitions elements in fixed size chunks.RichIterable<RichIterable<T>>
RichIterable. chunk(int size)
Partitions elements in fixed size chunks.default RichIterable<ShortIterable>
ShortIterable. chunk(int size)
Partitions elements in fixed size chunks.<V> RichIterable<V>
BooleanIterable. collect(BooleanToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
ByteIterable. collect(ByteToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
CharIterable. collect(CharToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
DoubleIterable. collect(DoubleToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
FloatIterable. collect(FloatToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
IntIterable. collect(IntToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
LongIterable. collect(LongToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
RichIterable. collect(Function<? super T,? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
ShortIterable. collect(ShortToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection.<V> RichIterable<V>
RichIterable. collectIf(Predicate<? super T> predicate, Function<? super T,? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source collection, but only for those elements which return true upon evaluation of the predicate.<P,V>
RichIterable<V>RichIterable. collectWith(Function2<? super T,? super P,? extends V> function, P parameter)
Same ascollect(Function)
with aFunction2
and specified parameter which is passed to the block.<V> RichIterable<V>
RichIterable. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
flatCollect
is a special case ofcollect(Function)
.default <P,V>
RichIterable<V>RichIterable. flatCollectWith(Function2<? super T,? super P,? extends java.lang.Iterable<V>> function, P parameter)
RichIterable<T>
RichIterable. reject(Predicate<? super T> predicate)
Returns all elements of the source collection that return false when evaluating of the predicate.<P> RichIterable<T>
RichIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
Similar toreject(Predicate)
, except with an evaluation parameter for the second generic argument inPredicate2
.RichIterable<T>
RichIterable. select(Predicate<? super T> predicate)
Returns all elements of the source collection that return true when evaluating the predicate.<S> RichIterable<S>
RichIterable. selectInstancesOf(java.lang.Class<S> clazz)
Returns all elements of the source collection that are instances of the Classclazz
.<P> RichIterable<T>
RichIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
Similar toselect(Predicate)
, except with an evaluation parameter for the second generic argument inPredicate2
.RichIterable<T>
RichIterable. tap(Procedure<? super T> procedure)
Executes the Procedure for each element in the iterable and returnsthis
.<S> RichIterable<Pair<T,S>>
RichIterable. zip(java.lang.Iterable<S> that)
Deprecated.in 6.0.RichIterable<Pair<T,java.lang.Integer>>
RichIterable. zipWithIndex()
Deprecated.in 6.0.Methods in org.eclipse.collections.api that return types with arguments of type RichIterable Modifier and Type Method Description LazyIterable<RichIterable<T>>
LazyIterable. chunk(int size)
Creates a deferred chunk iterable.RichIterable<RichIterable<T>>
RichIterable. chunk(int size)
Partitions elements in fixed size chunks. -
Uses of RichIterable in org.eclipse.collections.api.bag
Subinterfaces of RichIterable in org.eclipse.collections.api.bag Modifier and Type Interface Description interface
Bag<T>
A Bag is a Collection whose elements are unordered and may contain duplicate entries.interface
ImmutableBag<T>
interface
ImmutableBagIterable<T>
interface
MultiReaderBag<T>
A MultiReaderBag provides thread-safe iteration for a bag through methodswithReadLockAndDelegate()
andwithWriteLockAndDelegate()
.interface
MutableBag<T>
A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.interface
MutableBagIterable<T>
interface
UnsortedBag<T>
Methods in org.eclipse.collections.api.bag that return RichIterable Modifier and Type Method Description <V> RichIterable<V>
Bag. collectWithOccurrences(ObjectIntToObjectFunction<? super T,? extends V> function)
Iterates over the unique elements and their occurrences and collects the results of applying the specified function.<V> RichIterable<V>
MutableBagIterable. collectWithOccurrences(ObjectIntToObjectFunction<? super T,? extends V> function)
default RichIterable<T>
Bag. distinctView()
Returns an unmodifiable view on the distinct elements with the same complexity as the Bag implementation. -
Uses of RichIterable in org.eclipse.collections.api.bag.sorted
Subinterfaces of RichIterable in org.eclipse.collections.api.bag.sorted Modifier and Type Interface Description interface
ImmutableSortedBag<T>
ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag
.interface
MutableSortedBag<T>
interface
SortedBag<T>
An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries. -
Uses of RichIterable in org.eclipse.collections.api.bimap
Subinterfaces of RichIterable in org.eclipse.collections.api.bimap Modifier and Type Interface Description interface
BiMap<K,V>
A map that allows users to look up key-value pairs from either direction.interface
ImmutableBiMap<K,V>
ABiMap
whose contents cannot be altered after initialization.interface
MutableBiMap<K,V>
ABiMap
whose contents can be altered after initialization. -
Uses of RichIterable in org.eclipse.collections.api.collection
Subinterfaces of RichIterable in org.eclipse.collections.api.collection Modifier and Type Interface Description interface
FixedSizeCollection<T>
A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.interface
ImmutableCollection<T>
ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.interface
MutableCollection<T>
MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal iterator methods, from the Smalltalk Collection protocol. -
Uses of RichIterable in org.eclipse.collections.api.factory.list
Methods in org.eclipse.collections.api.factory.list with parameters of type RichIterable Modifier and Type Method Description default <T> ImmutableList<T>
ImmutableListFactory. withAllSorted(java.util.Comparator<? super T> comparator, RichIterable<? extends T> items)
default <T> ImmutableList<T>
ImmutableListFactory. withAllSorted(RichIterable<? extends T> items)
-
Uses of RichIterable in org.eclipse.collections.api.list
Subinterfaces of RichIterable in org.eclipse.collections.api.list Modifier and Type Interface Description interface
FixedSizeList<T>
A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.interface
ImmutableList<T>
ImmutableList is the non-modifiable equivalent interface toMutableList
.interface
ListIterable<T>
An iterable whose items are ordered and may be accessed directly by index.interface
MultiReaderList<T>
A MultiReaderList provides thread-safe iteration for a list through methodswithReadLockAndDelegate()
andwithWriteLockAndDelegate()
.interface
MutableList<T>
A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Uses of RichIterable in org.eclipse.collections.api.map
Subinterfaces of RichIterable in org.eclipse.collections.api.map Modifier and Type Interface Description interface
ConcurrentMutableMap<K,V>
A ConcurrentMutableMap provides an api which combines and supports both MutableMap and ConcurrentMap.interface
FixedSizeMap<K,V>
A FixedSizeMap is a map that may be mutated, but cannot grow or shrink in size.interface
ImmutableMap<K,V>
An ImmutableMap is different from a JCF Map because it has no mutating methods.interface
ImmutableMapIterable<K,V>
interface
ImmutableOrderedMap<K,V>
interface
MapIterable<K,V>
A Read-only Map API, with the minor exception inherited from java.lang.Iterable.interface
MutableMap<K,V>
A MutableMap is similar to a JCF Map but adds additional useful internal iterator methods.interface
MutableMapIterable<K,V>
interface
MutableOrderedMap<K,V>
interface
OrderedMap<K,V>
A map whose keys are ordered but not necessarily sorted, for example a linked hash map.interface
UnsortedMapIterable<K,V>
An iterable Map whose elements are unsorted.Methods in org.eclipse.collections.api.map that return RichIterable Modifier and Type Method Description RichIterable<K>
MapIterable. keysView()
Returns an unmodifiable lazy iterable wrapped around the keySet for the map.RichIterable<Pair<K,V>>
MapIterable. keyValuesView()
Returns an unmodifiable lazy iterable of key/value pairs wrapped around the entrySet for the map.RichIterable<V>
MapIterable. valuesView()
Returns an unmodifiable lazy iterable wrapped around the values for the map. -
Uses of RichIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of RichIterable in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ByteObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
CharObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
DoubleObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
FloatObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
ImmutableByteObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableCharObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableDoubleObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableFloatObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableIntObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableLongObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutablePrimitiveObjectMap<V>
interface
ImmutableShortObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
IntObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
LongObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
MutableByteObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableCharObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableDoubleObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableFloatObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableIntObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableLongObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutablePrimitiveObjectMap<V>
interface
MutableShortObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
PrimitiveObjectMap<V>
interface
ShortObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.Methods in org.eclipse.collections.api.map.primitive that return RichIterable Modifier and Type Method Description RichIterable<ByteBooleanPair>
ByteBooleanMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ByteBytePair>
ByteByteMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ByteCharPair>
ByteCharMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ByteDoublePair>
ByteDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ByteFloatPair>
ByteFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ByteIntPair>
ByteIntMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ByteLongPair>
ByteLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ByteObjectPair<V>>
ByteObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ByteShortPair>
ByteShortMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharBooleanPair>
CharBooleanMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharBytePair>
CharByteMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharCharPair>
CharCharMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharDoublePair>
CharDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharFloatPair>
CharFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharIntPair>
CharIntMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharLongPair>
CharLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharObjectPair<V>>
CharObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<CharShortPair>
CharShortMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleBooleanPair>
DoubleBooleanMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleBytePair>
DoubleByteMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleCharPair>
DoubleCharMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleDoublePair>
DoubleDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleFloatPair>
DoubleFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleIntPair>
DoubleIntMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleLongPair>
DoubleLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleObjectPair<V>>
DoubleObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<DoubleShortPair>
DoubleShortMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatBooleanPair>
FloatBooleanMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatBytePair>
FloatByteMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatCharPair>
FloatCharMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatDoublePair>
FloatDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatFloatPair>
FloatFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatIntPair>
FloatIntMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatLongPair>
FloatLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatObjectPair<V>>
FloatObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<FloatShortPair>
FloatShortMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntBooleanPair>
IntBooleanMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntBytePair>
IntByteMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntCharPair>
IntCharMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntDoublePair>
IntDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntFloatPair>
IntFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntIntPair>
IntIntMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntLongPair>
IntLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntObjectPair<V>>
IntObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<IntShortPair>
IntShortMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongBooleanPair>
LongBooleanMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongBytePair>
LongByteMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongCharPair>
LongCharMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongDoublePair>
LongDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongFloatPair>
LongFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongIntPair>
LongIntMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongLongPair>
LongLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongObjectPair<V>>
LongObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<LongShortPair>
LongShortMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ObjectBooleanPair<K>>
ObjectBooleanMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ObjectBytePair<K>>
ObjectByteMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ObjectCharPair<K>>
ObjectCharMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ObjectDoublePair<K>>
ObjectDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ObjectFloatPair<K>>
ObjectFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ObjectIntPair<K>>
ObjectIntMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ObjectLongPair<K>>
ObjectLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ObjectShortPair<K>>
ObjectShortMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortBooleanPair>
ShortBooleanMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortBytePair>
ShortByteMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortCharPair>
ShortCharMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortDoublePair>
ShortDoubleMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortFloatPair>
ShortFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortIntPair>
ShortIntMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortLongPair>
ShortLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortObjectPair<V>>
ShortObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.RichIterable<ShortShortPair>
ShortShortMap. keyValuesView()
Returns a view of the key/value pairs in this map. -
Uses of RichIterable in org.eclipse.collections.api.map.sorted
Subinterfaces of RichIterable in org.eclipse.collections.api.map.sorted Modifier and Type Interface Description interface
ImmutableSortedMap<K,V>
An ImmutableSortedMap is different from a JCF SortedMap because it has no mutating methods.interface
MutableSortedMap<K,V>
A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.interface
SortedMapIterable<K,V>
An iterable Map whose elements are sorted. -
Uses of RichIterable in org.eclipse.collections.api.multimap
Methods in org.eclipse.collections.api.multimap that return RichIterable Modifier and Type Method Description RichIterable<V>
Multimap. get(K key)
Returns a view of all values associated with the given key.RichIterable<Pair<K,RichIterable<V>>>
Multimap. keyMultiValuePairsView()
Returns a lazy view of the pair of a key and a lazy view of the values mapped to that key.RichIterable<K>
Multimap. keysView()
Returns a lazy view of the unique keys.RichIterable<Pair<K,V>>
Multimap. keyValuePairsView()
Returns a lazy view of all the key/value pairs.RichIterable<RichIterable<V>>
Multimap. multiValuesView()
Returns an unmodifiable view of all the values mapped to each key.RichIterable<V>
MutableMultimap. removeAll(java.lang.Object key)
RichIterable<V>
MutableMultimap. replaceValues(K key, java.lang.Iterable<? extends V> values)
RichIterable<V>
Multimap. valuesView()
Returns a lazy flattened view of all the values.Methods in org.eclipse.collections.api.multimap that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<Pair<K,RichIterable<V>>>
Multimap. keyMultiValuePairsView()
Returns a lazy view of the pair of a key and a lazy view of the values mapped to that key.RichIterable<RichIterable<V>>
Multimap. multiValuesView()
Returns an unmodifiable view of all the values mapped to each key.MutableMap<K,RichIterable<V>>
Multimap. toMap()
Returns a newMutableMap
of keys from this Multimap to the mapped values as aRichIterable
.Method parameters in org.eclipse.collections.api.multimap with type arguments of type RichIterable Modifier and Type Method Description void
Multimap. forEachKeyMultiValues(Procedure2<? super K,? super RichIterable<V>> procedure)
Calls theprocedure
with each key-Iterable[value].ImmutableMultimap<K,V>
ImmutableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
Multimap<K,V>
Multimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
Returns all elements of the source multimap that don't satisfy the predicate.<R extends MutableMultimap<K,V>>
RMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate, R target)
Same as the reject method but uses the specified target multimap for the results.MutableMultimap<K,V>
MutableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableMultimap<K,V>
ImmutableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
Multimap<K,V>
Multimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
Returns all elements of the source multimap that satisfies the predicate.<R extends MutableMultimap<K,V>>
RMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate, R target)
Same as the select method but uses the specified target multimap for the results.MutableMultimap<K,V>
MutableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.api.multimap.bag
-
Uses of RichIterable in org.eclipse.collections.api.multimap.list
Method parameters in org.eclipse.collections.api.multimap.list with type arguments of type RichIterable Modifier and Type Method Description ImmutableListMultimap<K,V>
ImmutableListMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ListMultimap<K,V>
ListMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableListMultimap<K,V>
MutableListMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableListMultimap<K,V>
ImmutableListMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ListMultimap<K,V>
ListMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableListMultimap<K,V>
MutableListMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.api.multimap.ordered
Method parameters in org.eclipse.collections.api.multimap.ordered with type arguments of type RichIterable Modifier and Type Method Description OrderedIterableMultimap<K,V>
OrderedIterableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ReversibleIterableMultimap<K,V>
ReversibleIterableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
SortedIterableMultimap<K,V>
SortedIterableMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
OrderedIterableMultimap<K,V>
OrderedIterableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ReversibleIterableMultimap<K,V>
ReversibleIterableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
SortedIterableMultimap<K,V>
SortedIterableMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.api.multimap.set
-
Uses of RichIterable in org.eclipse.collections.api.multimap.sortedbag
Method parameters in org.eclipse.collections.api.multimap.sortedbag with type arguments of type RichIterable Modifier and Type Method Description ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSortedBagMultimap<K,V>
MutableSortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
SortedBagMultimap<K,V>
SortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSortedBagMultimap<K,V>
MutableSortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
SortedBagMultimap<K,V>
SortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.api.multimap.sortedset
Method parameters in org.eclipse.collections.api.multimap.sortedset with type arguments of type RichIterable Modifier and Type Method Description ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSortedSetMultimap<K,V>
MutableSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
SortedSetMultimap<K,V>
SortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSortedSetMultimap<K,V>
MutableSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
SortedSetMultimap<K,V>
SortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.api.ordered
Subinterfaces of RichIterable in org.eclipse.collections.api.ordered Modifier and Type Interface Description interface
OrderedIterable<T>
An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.interface
ReversibleIterable<T>
A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.interface
SortedIterable<T>
A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation. -
Uses of RichIterable in org.eclipse.collections.api.partition
Methods in org.eclipse.collections.api.partition that return RichIterable Modifier and Type Method Description RichIterable<T>
PartitionIterable. getRejected()
RichIterable<T>
PartitionIterable. getSelected()
-
Uses of RichIterable in org.eclipse.collections.api.set
Subinterfaces of RichIterable in org.eclipse.collections.api.set Modifier and Type Interface Description interface
FixedSizeSet<T>
A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.interface
ImmutableSet<T>
ImmutableSet is the non-modifiable equivalent interface toMutableSet
.interface
ImmutableSetIterable<T>
interface
MultiReaderSet<T>
A MultiReaderSet provides thread-safe iteration for a set through methodswithReadLockAndDelegate()
andwithWriteLockAndDelegate()
.interface
MutableSet<T>
A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.interface
MutableSetIterable<T>
interface
SetIterable<T>
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).interface
UnsortedSetIterable<T>
An iterable whose items are unique. -
Uses of RichIterable in org.eclipse.collections.api.set.sorted
Subinterfaces of RichIterable in org.eclipse.collections.api.set.sorted Modifier and Type Interface Description interface
ImmutableSortedSet<T>
ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet
.interface
MutableSortedSet<T>
A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.interface
SortedSetIterable<T>
An iterable whose items are unique and sorted by some comparator or their natural ordering. -
Uses of RichIterable in org.eclipse.collections.api.stack
Subinterfaces of RichIterable in org.eclipse.collections.api.stack Modifier and Type Interface Description interface
ImmutableStack<T>
interface
MutableStack<T>
interface
StackIterable<T>
StackIterable is a last-in-first-out data structure. -
Uses of RichIterable in org.eclipse.collections.impl
Classes in org.eclipse.collections.impl that implement RichIterable Modifier and Type Class Description class
AbstractRichIterable<T>
class
SynchronizedRichIterable<T>
A synchronized view of a RichIterable.class
UnmodifiableRichIterable<T>
An unmodifiable view of a RichIterable.Fields in org.eclipse.collections.impl declared as RichIterable Modifier and Type Field Description protected RichIterable<T>
UnmodifiableRichIterable. iterable
private RichIterable<T>
SynchronizedRichIterable.SynchronizedRichIterableSerializationProxy. richIterable
Methods in org.eclipse.collections.impl with type parameters of type RichIterable Modifier and Type Method Description static <E,RI extends RichIterable<E>>
UnmodifiableRichIterable<E>UnmodifiableRichIterable. of(RI iterable)
This method will take a RichIterable and wrap it directly in a UnmodifiableRichIterable.Methods in org.eclipse.collections.impl that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
UnmodifiableRichIterable. chunk(int size)
<V> RichIterable<V>
UnmodifiableRichIterable. collect(Function<? super T,? extends V> function)
<V> RichIterable<V>
UnmodifiableRichIterable. collectIf(Predicate<? super T> predicate, Function<? super T,? extends V> function)
<P,V>
RichIterable<V>UnmodifiableRichIterable. collectWith(Function2<? super T,? super P,? extends V> function, P parameter)
<V> RichIterable<V>
UnmodifiableRichIterable. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
RichIterable<T>
UnmodifiableRichIterable. reject(Predicate<? super T> predicate)
<P> RichIterable<T>
UnmodifiableRichIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
RichIterable<T>
UnmodifiableRichIterable. select(Predicate<? super T> predicate)
<S> RichIterable<S>
UnmodifiableRichIterable. selectInstancesOf(java.lang.Class<S> clazz)
<P> RichIterable<T>
UnmodifiableRichIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
RichIterable<T>
UnmodifiableRichIterable. tap(Procedure<? super T> procedure)
<S> RichIterable<Pair<T,S>>
UnmodifiableRichIterable. zip(java.lang.Iterable<S> that)
RichIterable<Pair<T,java.lang.Integer>>
UnmodifiableRichIterable. zipWithIndex()
Methods in org.eclipse.collections.impl that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
UnmodifiableRichIterable. chunk(int size)
Methods in org.eclipse.collections.impl with parameters of type RichIterable Modifier and Type Method Description static <E> SynchronizedRichIterable<E>
SynchronizedRichIterable. of(RichIterable<E> iterable)
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.static <E> SynchronizedRichIterable<E>
SynchronizedRichIterable. of(RichIterable<E> iterable, java.lang.Object lock)
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.Constructors in org.eclipse.collections.impl with parameters of type RichIterable Constructor Description SynchronizedRichIterable(RichIterable<T> iterable)
SynchronizedRichIterable(RichIterable<T> iterable, java.lang.Object newLock)
SynchronizedRichIterableSerializationProxy(RichIterable<T> iterable)
UnmodifiableRichIterable(RichIterable<T> richIterable)
-
Uses of RichIterable in org.eclipse.collections.impl.bag
Classes in org.eclipse.collections.impl.bag that implement RichIterable Modifier and Type Class Description class
AbstractBag<T>
-
Uses of RichIterable in org.eclipse.collections.impl.bag.immutable
Classes in org.eclipse.collections.impl.bag.immutable that implement RichIterable Modifier and Type Class Description class
AbstractImmutableBag<T>
class
AbstractImmutableBagIterable<T>
class
ImmutableArrayBag<T>
(package private) class
ImmutableEmptyBag<T>
This is a zero elementImmutableBag
which is created by calling the Bags.immutable.empty().class
ImmutableHashBag<T>
(package private) class
ImmutableSingletonBag<T>
Methods in org.eclipse.collections.impl.bag.immutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractImmutableBag. chunk(int size)
RichIterable<RichIterable<T>>
ImmutableEmptyBag. chunk(int size)
RichIterable<T>
ImmutableArrayBag. distinctView()
RichIterable<T>
ImmutableEmptyBag. distinctView()
RichIterable<T>
ImmutableHashBag. distinctView()
RichIterable<T>
ImmutableSingletonBag. distinctView()
Methods in org.eclipse.collections.impl.bag.immutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractImmutableBag. chunk(int size)
RichIterable<RichIterable<T>>
ImmutableEmptyBag. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
ImmutableBooleanEmptyBag. chunk(int size)
RichIterable<BooleanIterable>
ImmutableBooleanHashBag. chunk(int size)
RichIterable<BooleanIterable>
ImmutableBooleanSingletonBag. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteEmptyBag. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteHashBag. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteSingletonBag. chunk(int size)
RichIterable<CharIterable>
ImmutableCharEmptyBag. chunk(int size)
RichIterable<CharIterable>
ImmutableCharHashBag. chunk(int size)
RichIterable<CharIterable>
ImmutableCharSingletonBag. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleEmptyBag. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleHashBag. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleSingletonBag. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatEmptyBag. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatHashBag. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatSingletonBag. chunk(int size)
RichIterable<IntIterable>
ImmutableIntEmptyBag. chunk(int size)
RichIterable<IntIterable>
ImmutableIntHashBag. chunk(int size)
RichIterable<IntIterable>
ImmutableIntSingletonBag. chunk(int size)
RichIterable<LongIterable>
ImmutableLongEmptyBag. chunk(int size)
RichIterable<LongIterable>
ImmutableLongHashBag. chunk(int size)
RichIterable<LongIterable>
ImmutableLongSingletonBag. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortEmptyBag. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortHashBag. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortSingletonBag. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.bag.mutable
Classes in org.eclipse.collections.impl.bag.mutable that implement RichIterable Modifier and Type Class Description class
AbstractHashBag<T>
class
AbstractMutableBag<T>
class
AbstractMutableBagIterable<T>
class
HashBag<T>
A HashBag is a MutableBag which uses a Map as its underlying data store.class
MultiReaderHashBag<T>
MultiReaderHashBag provides a thread-safe wrapper around a HashBag, using a ReentrantReadWriteLock.(package private) static class
MultiReaderHashBag.UntouchableMutableBag<T>
class
SynchronizedBag<T>
A synchronized view of aMutableBag
.class
UnmodifiableBag<T>
An unmodifiable view of a bag.Methods in org.eclipse.collections.impl.bag.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractMutableBagIterable. chunk(int size)
RichIterable<RichIterable<T>>
MultiReaderHashBag. chunk(int size)
RichIterable<T>
AbstractHashBag. distinctView()
RichIterable<T>
MultiReaderHashBag. distinctView()
RichIterable<T>
MultiReaderHashBag.UntouchableMutableBag. distinctView()
RichIterable<T>
SynchronizedBag. distinctView()
RichIterable<T>
UnmodifiableBag. distinctView()
protected RichIterable<T>
AbstractHashBag. getKeysView()
protected abstract RichIterable<T>
AbstractMutableBagIterable. getKeysView()
Methods in org.eclipse.collections.impl.bag.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractMutableBagIterable. chunk(int size)
RichIterable<RichIterable<T>>
MultiReaderHashBag. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
BooleanHashBag. chunk(int size)
RichIterable<ByteIterable>
ByteHashBag. chunk(int size)
RichIterable<CharIterable>
CharHashBag. chunk(int size)
RichIterable<DoubleIterable>
DoubleHashBag. chunk(int size)
RichIterable<FloatIterable>
FloatHashBag. chunk(int size)
RichIterable<IntIterable>
IntHashBag. chunk(int size)
RichIterable<LongIterable>
LongHashBag. chunk(int size)
RichIterable<ShortIterable>
ShortHashBag. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.bag.sorted.immutable
Classes in org.eclipse.collections.impl.bag.sorted.immutable that implement RichIterable Modifier and Type Class Description (package private) class
AbstractImmutableSortedBag<T>
(package private) class
ImmutableEmptySortedBag<T>
(package private) class
ImmutableSortedBagImpl<T>
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractImmutableSortedBag. chunk(int size)
RichIterable<RichIterable<T>>
ImmutableEmptySortedBag. chunk(int size)
RichIterable<T>
ImmutableEmptySortedBag. distinctView()
RichIterable<T>
ImmutableSortedBagImpl. distinctView()
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractImmutableSortedBag. chunk(int size)
RichIterable<RichIterable<T>>
ImmutableEmptySortedBag. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.bag.sorted.mutable
Classes in org.eclipse.collections.impl.bag.sorted.mutable that implement RichIterable Modifier and Type Class Description class
AbstractMutableSortedBag<T>
class
SynchronizedSortedBag<T>
A synchronized view of aMutableSortedBag
.class
TreeBag<T>
A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.class
UnmodifiableSortedBag<T>
An unmodifiable view of a SortedBag.Methods in org.eclipse.collections.impl.bag.sorted.mutable that return RichIterable Modifier and Type Method Description RichIterable<T>
SynchronizedSortedBag. distinctView()
RichIterable<T>
TreeBag. distinctView()
RichIterable<T>
UnmodifiableSortedBag. distinctView()
protected RichIterable<T>
TreeBag. getKeysView()
-
Uses of RichIterable in org.eclipse.collections.impl.bag.strategy.mutable
Classes in org.eclipse.collections.impl.bag.strategy.mutable that implement RichIterable Modifier and Type Class Description class
HashBagWithHashingStrategy<T>
-
Uses of RichIterable in org.eclipse.collections.impl.bimap
Classes in org.eclipse.collections.impl.bimap that implement RichIterable Modifier and Type Class Description class
AbstractBiMap<K,V>
Methods in org.eclipse.collections.impl.bimap that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
AbstractBiMap. chunk(int size)
RichIterable<K>
AbstractBiMap. keysView()
RichIterable<Pair<K,V>>
AbstractBiMap. keyValuesView()
RichIterable<V>
AbstractBiMap. valuesView()
Methods in org.eclipse.collections.impl.bimap that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
AbstractBiMap. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.bimap.immutable
Classes in org.eclipse.collections.impl.bimap.immutable that implement RichIterable Modifier and Type Class Description class
AbstractImmutableBiMap<K,V>
private static class
AbstractImmutableBiMap.Inverse<K,V>
(package private) class
ImmutableHashBiMap<K,V>
-
Uses of RichIterable in org.eclipse.collections.impl.bimap.mutable
Classes in org.eclipse.collections.impl.bimap.mutable that implement RichIterable Modifier and Type Class Description (package private) class
AbstractMutableBiMap<K,V>
private static class
AbstractMutableBiMap.Inverse<K,V>
class
HashBiMap<K,V>
AMutableBiMap
which uses two hash tables as its underlying data store.class
SynchronizedBiMap<K,V>
class
UnmodifiableBiMap<K,V>
Methods in org.eclipse.collections.impl.bimap.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
UnmodifiableBiMap. chunk(int size)
<V1> RichIterable<V1>
UnmodifiableBiMap. collect(Function<? super V,? extends V1> function)
<V1> RichIterable<V1>
UnmodifiableBiMap. collectIf(Predicate<? super V> predicate, Function<? super V,? extends V1> function)
<P,V1>
RichIterable<V1>UnmodifiableBiMap. collectWith(Function2<? super V,? super P,? extends V1> function, P parameter)
<V1> RichIterable<V1>
UnmodifiableBiMap. flatCollect(Function<? super V,? extends java.lang.Iterable<V1>> function)
RichIterable<K>
UnmodifiableBiMap. keysView()
RichIterable<Pair<K,V>>
UnmodifiableBiMap. keyValuesView()
RichIterable<V>
UnmodifiableBiMap. valuesView()
Methods in org.eclipse.collections.impl.bimap.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
UnmodifiableBiMap. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory that return RichIterable Modifier and Type Method Description RichIterable<V>
MultimapFunctions.MultimapGetFunction. valueOf(K subject)
Methods in org.eclipse.collections.impl.block.factory that return types with arguments of type RichIterable Modifier and Type Method Description static <K,V>
Function<K,RichIterable<V>>MultimapFunctions. get(Multimap<K,V> multimap)
-
Uses of RichIterable in org.eclipse.collections.impl.block.procedure.checked
Methods in org.eclipse.collections.impl.block.procedure.checked with parameters of type RichIterable Modifier and Type Method Description void
MultimapKeyValuesSerializingProcedure. safeValue(K key, RichIterable<V> iterable)
-
Uses of RichIterable in org.eclipse.collections.impl.collection
Classes in org.eclipse.collections.impl.collection that implement RichIterable Modifier and Type Class Description class
AbstractSynchronizedRichIterable<T>
Fields in org.eclipse.collections.impl.collection declared as RichIterable Modifier and Type Field Description protected RichIterable<T>
AbstractSynchronizedRichIterable. delegate
Methods in org.eclipse.collections.impl.collection that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractSynchronizedRichIterable. chunk(int size)
<V> RichIterable<V>
AbstractSynchronizedRichIterable. collect(Function<? super T,? extends V> function)
<V> RichIterable<V>
AbstractSynchronizedRichIterable. collectIf(Predicate<? super T> predicate, Function<? super T,? extends V> function)
<P,V>
RichIterable<V>AbstractSynchronizedRichIterable. collectWith(Function2<? super T,? super P,? extends V> function, P parameter)
<V> RichIterable<V>
AbstractSynchronizedRichIterable. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)
protected RichIterable<T>
AbstractSynchronizedRichIterable. getDelegate()
RichIterable<T>
AbstractSynchronizedRichIterable. reject(Predicate<? super T> predicate)
<P> RichIterable<T>
AbstractSynchronizedRichIterable. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)
RichIterable<T>
AbstractSynchronizedRichIterable. select(Predicate<? super T> predicate)
<S> RichIterable<S>
AbstractSynchronizedRichIterable. selectInstancesOf(java.lang.Class<S> clazz)
<P> RichIterable<T>
AbstractSynchronizedRichIterable. selectWith(Predicate2<? super T,? super P> predicate, P parameter)
RichIterable<T>
AbstractSynchronizedRichIterable. tap(Procedure<? super T> procedure)
<S> RichIterable<Pair<T,S>>
AbstractSynchronizedRichIterable. zip(java.lang.Iterable<S> that)
RichIterable<Pair<T,java.lang.Integer>>
AbstractSynchronizedRichIterable. zipWithIndex()
Methods in org.eclipse.collections.impl.collection that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractSynchronizedRichIterable. chunk(int size)
Constructors in org.eclipse.collections.impl.collection with parameters of type RichIterable Constructor Description AbstractSynchronizedRichIterable(RichIterable<T> delegate, java.lang.Object lock)
-
Uses of RichIterable in org.eclipse.collections.impl.collection.immutable
Classes in org.eclipse.collections.impl.collection.immutable that implement RichIterable Modifier and Type Class Description class
AbstractImmutableCollection<T>
Methods in org.eclipse.collections.impl.collection.immutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractImmutableCollection. chunk(int size)
Methods in org.eclipse.collections.impl.collection.immutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractImmutableCollection. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.collection.mutable
Classes in org.eclipse.collections.impl.collection.mutable that implement RichIterable Modifier and Type Class Description class
AbstractCollectionAdapter<T>
class
AbstractMultiReaderMutableCollection<T>
AbstractMultiReaderMutableCollection is an abstraction that provides thread-safe collection behaviors.protected static class
AbstractMultiReaderMutableCollection.UntouchableMutableCollection<T>
class
AbstractMutableCollection<T>
class
AbstractSynchronizedMutableCollection<T>
class
AbstractUnmodifiableMutableCollection<T>
class
CollectionAdapter<T>
This class provides a MutableCollection interface wrapper around a JDK Collections Collection interface instance.class
SynchronizedMutableCollection<T>
A synchronized view of aMutableCollection
.class
UnmodifiableMutableCollection<T>
An unmodifiable view of a collection.Methods in org.eclipse.collections.impl.collection.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractCollectionAdapter. chunk(int size)
RichIterable<RichIterable<T>>
AbstractMultiReaderMutableCollection.UntouchableMutableCollection. chunk(int size)
RichIterable<RichIterable<T>>
AbstractMutableCollection. chunk(int size)
RichIterable<RichIterable<T>>
AbstractUnmodifiableMutableCollection. chunk(int size)
Methods in org.eclipse.collections.impl.collection.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractCollectionAdapter. chunk(int size)
RichIterable<RichIterable<T>>
AbstractMultiReaderMutableCollection.UntouchableMutableCollection. chunk(int size)
RichIterable<RichIterable<T>>
AbstractMutableCollection. chunk(int size)
RichIterable<RichIterable<T>>
AbstractUnmodifiableMutableCollection. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
AbstractSynchronizedBooleanCollection. chunk(int size)
RichIterable<ByteIterable>
AbstractSynchronizedByteCollection. chunk(int size)
RichIterable<CharIterable>
AbstractSynchronizedCharCollection. chunk(int size)
RichIterable<DoubleIterable>
AbstractSynchronizedDoubleCollection. chunk(int size)
RichIterable<FloatIterable>
AbstractSynchronizedFloatCollection. chunk(int size)
RichIterable<IntIterable>
AbstractSynchronizedIntCollection. chunk(int size)
RichIterable<LongIterable>
AbstractSynchronizedLongCollection. chunk(int size)
RichIterable<ShortIterable>
AbstractSynchronizedShortCollection. chunk(int size)
RichIterable<BooleanIterable>
AbstractUnmodifiableBooleanCollection. chunk(int size)
RichIterable<ByteIterable>
AbstractUnmodifiableByteCollection. chunk(int size)
RichIterable<CharIterable>
AbstractUnmodifiableCharCollection. chunk(int size)
RichIterable<DoubleIterable>
AbstractUnmodifiableDoubleCollection. chunk(int size)
RichIterable<FloatIterable>
AbstractUnmodifiableFloatCollection. chunk(int size)
RichIterable<IntIterable>
AbstractUnmodifiableIntCollection. chunk(int size)
RichIterable<LongIterable>
AbstractUnmodifiableLongCollection. chunk(int size)
RichIterable<ShortIterable>
AbstractUnmodifiableShortCollection. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.lazy
Classes in org.eclipse.collections.impl.lazy that implement RichIterable Modifier and Type Class Description class
AbstractLazyIterable<T>
AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.class
ChunkIterable<T>
A ChunkIterable is an iterable that partitions a source iterable into fixed size chunks as it iterates.class
CollectIterable<T,V>
A CollectIterable is an iterable that transforms a source iterable using a function as it iterates.class
CompositeIterable<E>
class
DistinctIterable<T>
A DistinctIterable is an iterable that eliminates duplicates from a source iterable as it iterates.class
DropIterable<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.class
DropWhileIterable<T>
Iterates over the elements of the adapted Iterable skipping the first elements until the predicate returns false.class
FlatCollectIterable<T,V>
class
LazyIterableAdapter<T>
A LazyIterableAdapter wraps any iterable with the LazyIterable interface.class
RejectIterable<T>
A RejectIterable is an iterable that filters a source iterable on a negative condition as it iterates.class
ReverseIterable<T>
A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.class
SelectInstancesOfIterable<T>
A SelectIterable is an iterable that filters a source iterable for instances of a Class as it iterates.class
SelectIterable<T>
A SelectIterable is an iterable that filters a source iterable on a condition as it iterates.class
TakeIterable<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.class
TakeWhileIterable<T>
Iterates over the elements of the adapted Iterable until the predicate returns false.class
TapIterable<T>
A TapIterable is an iterable that executes a procedure for each element before each iteration.class
ZipIterable<X,Y>
A ZipIterable is an iterable that transforms a source iterable on a condition as it iterates.class
ZipWithIndexIterable<T>
A CollectIterable is an iterable that transforms a source iterable on a condition as it iterates.Methods in org.eclipse.collections.impl.lazy that return types with arguments of type RichIterable Modifier and Type Method Description LazyIterable<RichIterable<T>>
AbstractLazyIterable. chunk(int size)
java.util.Iterator<RichIterable<T>>
ChunkIterable. iterator()
Method parameters in org.eclipse.collections.impl.lazy with type arguments of type RichIterable Modifier and Type Method Description void
ChunkIterable. each(Procedure<? super RichIterable<T>> procedure)
-
Uses of RichIterable in org.eclipse.collections.impl.lazy.iterator
Methods in org.eclipse.collections.impl.lazy.iterator that return RichIterable Modifier and Type Method Description RichIterable<T>
ChunkIterator. next()
-
Uses of RichIterable in org.eclipse.collections.impl.lazy.parallel
Classes in org.eclipse.collections.impl.lazy.parallel with type parameters of type RichIterable Modifier and Type Class Description class
NonParallelIterable<T,RI extends RichIterable<T>>
Fields in org.eclipse.collections.impl.lazy.parallel declared as RichIterable Modifier and Type Field Description protected RI
NonParallelIterable. delegate
-
Uses of RichIterable in org.eclipse.collections.impl.lazy.parallel.list
Classes in org.eclipse.collections.impl.lazy.parallel.list that implement RichIterable Modifier and Type Class Description private class
ListIterableParallelIterable.ListIterableParallelBatchLazyIterable
-
Uses of RichIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement RichIterable Modifier and Type Class Description class
ChunkBooleanIterable
This file was automatically generated from template file chunkPrimitiveIterable.stg.class
ChunkByteIterable
This file was automatically generated from template file chunkPrimitiveIterable.stg.class
ChunkCharIterable
This file was automatically generated from template file chunkPrimitiveIterable.stg.class
ChunkDoubleIterable
This file was automatically generated from template file chunkPrimitiveIterable.stg.class
ChunkFloatIterable
This file was automatically generated from template file chunkPrimitiveIterable.stg.class
ChunkIntIterable
This file was automatically generated from template file chunkPrimitiveIterable.stg.class
ChunkLongIterable
This file was automatically generated from template file chunkPrimitiveIterable.stg.class
ChunkShortIterable
This file was automatically generated from template file chunkPrimitiveIterable.stg.class
CollectBooleanToObjectIterable<V>
class
CollectByteToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.class
CollectCharToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.class
CollectDoubleToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.class
CollectFloatToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.class
CollectIntToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.class
CollectLongToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.class
CollectShortToObjectIterable<V>
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.class
FlatCollectBooleanToObjectIterable<V>
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.class
FlatCollectByteToObjectIterable<V>
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.class
FlatCollectCharToObjectIterable<V>
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.class
FlatCollectDoubleToObjectIterable<V>
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.class
FlatCollectFloatToObjectIterable<V>
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.class
FlatCollectIntToObjectIterable<V>
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.class
FlatCollectLongToObjectIterable<V>
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.class
FlatCollectShortToObjectIterable<V>
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
AbstractLazyBooleanIterable. chunk(int size)
RichIterable<ByteIterable>
AbstractLazyByteIterable. chunk(int size)
RichIterable<CharIterable>
AbstractLazyCharIterable. chunk(int size)
RichIterable<DoubleIterable>
AbstractLazyDoubleIterable. chunk(int size)
RichIterable<FloatIterable>
AbstractLazyFloatIterable. chunk(int size)
RichIterable<IntIterable>
AbstractLazyIntIterable. chunk(int size)
RichIterable<LongIterable>
AbstractLazyLongIterable. chunk(int size)
RichIterable<ShortIterable>
AbstractLazyShortIterable. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.list
Classes in org.eclipse.collections.impl.list that implement RichIterable Modifier and Type Class Description class
Interval
An Interval is a range of integers that may be iterated over using a step value. -
Uses of RichIterable in org.eclipse.collections.impl.list.fixed
Classes in org.eclipse.collections.impl.list.fixed that implement RichIterable Modifier and Type Class Description class
AbstractArrayAdapter<T>
class
AbstractMemoryEfficientMutableList<T>
private static class
AbstractMemoryEfficientMutableList.SubList<T>
class
ArrayAdapter<T>
This class provides a MutableList wrapper around an array.(package private) class
DoubletonList<T>
A DoubletonList is a two-element memory efficient List.(package private) class
EmptyList<T>
This class is a memory efficient list with no elements.(package private) class
QuadrupletonList<T>
This is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).(package private) class
QuintupletonList<T>
This is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).(package private) class
SextupletonList<T>
This is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).(package private) class
SingletonList<T>
This class is a memory efficient list with one element.(package private) class
TripletonList<T>
This is a three element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three). -
Uses of RichIterable in org.eclipse.collections.impl.list.immutable
Classes in org.eclipse.collections.impl.list.immutable that implement RichIterable Modifier and Type Class Description (package private) class
AbstractImmutableList<T>
This class is the parent class for all ImmutableLists.protected static class
AbstractImmutableList.ImmutableSubList<T>
(package private) class
ImmutableArrayList<T>
An ImmutableArrayList wraps a Java array, but it cannot be modified after creation.(package private) class
ImmutableDecapletonList<T>
This 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) class
ImmutableDoubletonList<T>
This is a two element immutable List which is created by calling Immutable.newListWith(one, two) method.(package private) class
ImmutableEmptyList<T>
This is a zero elementImmutableList
which is created by calling the Lists.immutable.empty() method.(package private) class
ImmutableNonupletonList<T>
This 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) class
ImmutableOctupletonList<T>
This is an eight element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven, eight) method.(package private) class
ImmutableQuadrupletonList<T>
This is a four element immutable List which is created by calling Immutable.newListWith(one, two, three, four) method.(package private) class
ImmutableQuintupletonList<T>
This is a five element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five) method.(package private) class
ImmutableSeptupletonList<T>
This is a seven element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six, seven) method.(package private) class
ImmutableSextupletonList<T>
This is a six element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six) method.(package private) class
ImmutableSingletonList<T>
This is a single element immutable List which is created by calling Immutable.newListWith(one) method.(package private) class
ImmutableTripletonList<T>
This is a three element immutable List which is created by calling Immutable.newListWith(one, two, three) method.Methods in org.eclipse.collections.impl.list.immutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractImmutableList. chunk(int size)
Methods in org.eclipse.collections.impl.list.immutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractImmutableList. chunk(int size)
Methods in org.eclipse.collections.impl.list.immutable with parameters of type RichIterable Modifier and Type Method Description <T> ImmutableList<T>
ImmutableListFactoryImpl. withAllSorted(java.util.Comparator<? super T> comparator, RichIterable<? extends T> items)
<T> ImmutableList<T>
ImmutableListFactoryImpl. withAllSorted(RichIterable<? extends T> items)
-
Uses of RichIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
ImmutableBooleanArrayList. chunk(int size)
RichIterable<BooleanIterable>
ImmutableBooleanEmptyList. chunk(int size)
RichIterable<BooleanIterable>
ImmutableBooleanSingletonList. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteArrayList. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteEmptyList. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteSingletonList. chunk(int size)
RichIterable<CharIterable>
ImmutableCharArrayList. chunk(int size)
RichIterable<CharIterable>
ImmutableCharEmptyList. chunk(int size)
RichIterable<CharIterable>
ImmutableCharSingletonList. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleArrayList. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleEmptyList. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleSingletonList. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatArrayList. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatEmptyList. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatSingletonList. chunk(int size)
RichIterable<IntIterable>
ImmutableIntArrayList. chunk(int size)
RichIterable<IntIterable>
ImmutableIntEmptyList. chunk(int size)
RichIterable<IntIterable>
ImmutableIntSingletonList. chunk(int size)
RichIterable<LongIterable>
ImmutableLongArrayList. chunk(int size)
RichIterable<LongIterable>
ImmutableLongEmptyList. chunk(int size)
RichIterable<LongIterable>
ImmutableLongSingletonList. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortArrayList. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortEmptyList. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortSingletonList. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.list.mutable
Classes in org.eclipse.collections.impl.list.mutable that implement RichIterable Modifier and Type Class Description class
AbstractListAdapter<T>
class
AbstractMutableList<T>
protected static class
AbstractMutableList.SubList<T>
class
ArrayListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections ArrayList instance.class
CompositeFastList<E>
CompositeFastList behaves like a list, but is composed of at least one list.class
FastList<T>
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions.class
ListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections List interface instance.class
MultiReaderFastList<T>
MultiReadFastList provides a thread-safe wrapper around a FastList, using a ReentrantReadWriteLock.(package private) static class
MultiReaderFastList.UntouchableMutableList<T>
class
RandomAccessListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections List interface instance.class
SynchronizedMutableList<T>
A synchronized view of aMutableList
.class
UnmodifiableMutableList<T>
An unmodifiable view of a list.private static class
UnmodifiableMutableList.RandomAccessUnmodifiableMutableList<T>
Methods in org.eclipse.collections.impl.list.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractMutableList. chunk(int size)
RichIterable<RichIterable<T>>
MultiReaderFastList. chunk(int size)
Methods in org.eclipse.collections.impl.list.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractMutableList. chunk(int size)
RichIterable<RichIterable<T>>
MultiReaderFastList. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
BooleanArrayList. chunk(int size)
RichIterable<ByteIterable>
ByteArrayList. chunk(int size)
RichIterable<CharIterable>
CharArrayList. chunk(int size)
RichIterable<DoubleIterable>
DoubleArrayList. chunk(int size)
RichIterable<FloatIterable>
FloatArrayList. chunk(int size)
RichIterable<IntIterable>
IntArrayList. chunk(int size)
RichIterable<LongIterable>
LongArrayList. chunk(int size)
RichIterable<ShortIterable>
ShortArrayList. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return RichIterable Modifier and Type Method Description RichIterable<IntIterable>
IntInterval. chunk(int size)
RichIterable<LongIterable>
LongInterval. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.map
Classes in org.eclipse.collections.impl.map that implement RichIterable Modifier and Type Class Description class
AbstractMapIterable<K,V>
class
AbstractSynchronizedMapIterable<K,V>
A synchronized view of a map.Methods in org.eclipse.collections.impl.map that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
AbstractMapIterable. chunk(int size)
RichIterable<K>
AbstractSynchronizedMapIterable. keysView()
RichIterable<Pair<K,V>>
AbstractSynchronizedMapIterable. keyValuesView()
RichIterable<V>
AbstractSynchronizedMapIterable. valuesView()
Methods in org.eclipse.collections.impl.map that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
AbstractMapIterable. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.map.fixed
Classes in org.eclipse.collections.impl.map.fixed that implement RichIterable Modifier and Type Class Description (package private) class
AbstractMemoryEfficientMutableMap<K,V>
(package private) class
DoubletonMap<K,V>
(package private) class
EmptyMap<K,V>
(package private) class
SingletonMap<K,V>
(package private) class
TripletonMap<K,V>
-
Uses of RichIterable in org.eclipse.collections.impl.map.immutable
Classes in org.eclipse.collections.impl.map.immutable that implement RichIterable Modifier and Type Class Description class
AbstractImmutableMap<K,V>
(package private) class
ImmutableDoubletonMap<K,V>
(package private) class
ImmutableEmptyMap<K,V>
This is a zero elementImmutableMap
which is created by calling the Maps.immutable.empty() method.(package private) class
ImmutableQuadrupletonMap<K,V>
(package private) class
ImmutableSingletonMap<K,V>
(package private) class
ImmutableTripletonMap<K,V>
class
ImmutableUnifiedMap<K,V>
Methods in org.eclipse.collections.impl.map.immutable that return RichIterable Modifier and Type Method Description RichIterable<K>
ImmutableDoubletonMap. keysView()
RichIterable<K>
ImmutableEmptyMap. keysView()
RichIterable<K>
ImmutableQuadrupletonMap. keysView()
RichIterable<K>
ImmutableSingletonMap. keysView()
RichIterable<K>
ImmutableTripletonMap. keysView()
RichIterable<K>
ImmutableUnifiedMap. keysView()
RichIterable<Pair<K,V>>
ImmutableDoubletonMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableEmptyMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableQuadrupletonMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableSingletonMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableTripletonMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableUnifiedMap. keyValuesView()
RichIterable<V>
ImmutableDoubletonMap. valuesView()
RichIterable<V>
ImmutableEmptyMap. valuesView()
RichIterable<V>
ImmutableQuadrupletonMap. valuesView()
RichIterable<V>
ImmutableSingletonMap. valuesView()
RichIterable<V>
ImmutableTripletonMap. valuesView()
RichIterable<V>
ImmutableUnifiedMap. valuesView()
-
Uses of RichIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement RichIterable Modifier and Type Class Description class
AbstractImmutableByteObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableCharObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableDoubleObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableFloatObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableIntObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableLongObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableShortObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) class
ImmutableByteObjectEmptyMap<V>
ImmutableByteObjectEmptyMap is an optimization forImmutableByteObjectMap
of size 0.(package private) class
ImmutableByteObjectHashMap<V>
ImmutableByteObjectHashMap is the non-modifiable equivalent ofByteObjectHashMap
.(package private) class
ImmutableByteObjectSingletonMap<V>
ImmutableByteObjectSingletonMap is an optimization forImmutableByteObjectMap
of size 1.(package private) class
ImmutableCharObjectEmptyMap<V>
ImmutableCharObjectEmptyMap is an optimization forImmutableCharObjectMap
of size 0.(package private) class
ImmutableCharObjectHashMap<V>
ImmutableCharObjectHashMap is the non-modifiable equivalent ofCharObjectHashMap
.(package private) class
ImmutableCharObjectSingletonMap<V>
ImmutableCharObjectSingletonMap is an optimization forImmutableCharObjectMap
of size 1.(package private) class
ImmutableDoubleObjectEmptyMap<V>
ImmutableDoubleObjectEmptyMap is an optimization forImmutableDoubleObjectMap
of size 0.(package private) class
ImmutableDoubleObjectHashMap<V>
ImmutableDoubleObjectHashMap is the non-modifiable equivalent ofDoubleObjectHashMap
.(package private) class
ImmutableDoubleObjectSingletonMap<V>
ImmutableDoubleObjectSingletonMap is an optimization forImmutableDoubleObjectMap
of size 1.(package private) class
ImmutableFloatObjectEmptyMap<V>
ImmutableFloatObjectEmptyMap is an optimization forImmutableFloatObjectMap
of size 0.(package private) class
ImmutableFloatObjectHashMap<V>
ImmutableFloatObjectHashMap is the non-modifiable equivalent ofFloatObjectHashMap
.(package private) class
ImmutableFloatObjectSingletonMap<V>
ImmutableFloatObjectSingletonMap is an optimization forImmutableFloatObjectMap
of size 1.(package private) class
ImmutableIntObjectEmptyMap<V>
ImmutableIntObjectEmptyMap is an optimization forImmutableIntObjectMap
of size 0.(package private) class
ImmutableIntObjectHashMap<V>
ImmutableIntObjectHashMap is the non-modifiable equivalent ofIntObjectHashMap
.(package private) class
ImmutableIntObjectSingletonMap<V>
ImmutableIntObjectSingletonMap is an optimization forImmutableIntObjectMap
of size 1.(package private) class
ImmutableLongObjectEmptyMap<V>
ImmutableLongObjectEmptyMap is an optimization forImmutableLongObjectMap
of size 0.(package private) class
ImmutableLongObjectHashMap<V>
ImmutableLongObjectHashMap is the non-modifiable equivalent ofLongObjectHashMap
.(package private) class
ImmutableLongObjectSingletonMap<V>
ImmutableLongObjectSingletonMap is an optimization forImmutableLongObjectMap
of size 1.(package private) class
ImmutableShortObjectEmptyMap<V>
ImmutableShortObjectEmptyMap is an optimization forImmutableShortObjectMap
of size 0.(package private) class
ImmutableShortObjectHashMap<V>
ImmutableShortObjectHashMap is the non-modifiable equivalent ofShortObjectHashMap
.(package private) class
ImmutableShortObjectSingletonMap<V>
ImmutableShortObjectSingletonMap is an optimization forImmutableShortObjectMap
of size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
ImmutableByteBooleanEmptyMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableByteBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableByteBooleanSingletonMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteByteEmptyMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteByteSingletonMap. chunk(int size)
RichIterable<CharIterable>
ImmutableByteCharEmptyMap. chunk(int size)
RichIterable<CharIterable>
ImmutableByteCharHashMap. chunk(int size)
RichIterable<CharIterable>
ImmutableByteCharSingletonMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableByteDoubleEmptyMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableByteDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableByteDoubleSingletonMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableByteFloatEmptyMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableByteFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableByteFloatSingletonMap. chunk(int size)
RichIterable<IntIterable>
ImmutableByteIntEmptyMap. chunk(int size)
RichIterable<IntIterable>
ImmutableByteIntHashMap. chunk(int size)
RichIterable<IntIterable>
ImmutableByteIntSingletonMap. chunk(int size)
RichIterable<LongIterable>
ImmutableByteLongEmptyMap. chunk(int size)
RichIterable<LongIterable>
ImmutableByteLongHashMap. chunk(int size)
RichIterable<LongIterable>
ImmutableByteLongSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableByteObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableByteObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableByteObjectSingletonMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableByteShortEmptyMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableByteShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableByteShortSingletonMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableCharBooleanEmptyMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableCharBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableCharBooleanSingletonMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableCharByteEmptyMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableCharByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableCharByteSingletonMap. chunk(int size)
RichIterable<CharIterable>
ImmutableCharCharEmptyMap. chunk(int size)
RichIterable<CharIterable>
ImmutableCharCharHashMap. chunk(int size)
RichIterable<CharIterable>
ImmutableCharCharSingletonMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableCharDoubleEmptyMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableCharDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableCharDoubleSingletonMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableCharFloatEmptyMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableCharFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableCharFloatSingletonMap. chunk(int size)
RichIterable<IntIterable>
ImmutableCharIntEmptyMap. chunk(int size)
RichIterable<IntIterable>
ImmutableCharIntHashMap. chunk(int size)
RichIterable<IntIterable>
ImmutableCharIntSingletonMap. chunk(int size)
RichIterable<LongIterable>
ImmutableCharLongEmptyMap. chunk(int size)
RichIterable<LongIterable>
ImmutableCharLongHashMap. chunk(int size)
RichIterable<LongIterable>
ImmutableCharLongSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableCharObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableCharObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableCharObjectSingletonMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableCharShortEmptyMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableCharShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableCharShortSingletonMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableDoubleBooleanEmptyMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableDoubleBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableDoubleBooleanSingletonMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableDoubleByteEmptyMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableDoubleByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableDoubleByteSingletonMap. chunk(int size)
RichIterable<CharIterable>
ImmutableDoubleCharEmptyMap. chunk(int size)
RichIterable<CharIterable>
ImmutableDoubleCharHashMap. chunk(int size)
RichIterable<CharIterable>
ImmutableDoubleCharSingletonMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleDoubleEmptyMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleDoubleSingletonMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableDoubleFloatEmptyMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableDoubleFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableDoubleFloatSingletonMap. chunk(int size)
RichIterable<IntIterable>
ImmutableDoubleIntEmptyMap. chunk(int size)
RichIterable<IntIterable>
ImmutableDoubleIntHashMap. chunk(int size)
RichIterable<IntIterable>
ImmutableDoubleIntSingletonMap. chunk(int size)
RichIterable<LongIterable>
ImmutableDoubleLongEmptyMap. chunk(int size)
RichIterable<LongIterable>
ImmutableDoubleLongHashMap. chunk(int size)
RichIterable<LongIterable>
ImmutableDoubleLongSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableDoubleObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableDoubleObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableDoubleObjectSingletonMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableDoubleShortEmptyMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableDoubleShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableDoubleShortSingletonMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableFloatBooleanEmptyMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableFloatBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableFloatBooleanSingletonMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableFloatByteEmptyMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableFloatByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableFloatByteSingletonMap. chunk(int size)
RichIterable<CharIterable>
ImmutableFloatCharEmptyMap. chunk(int size)
RichIterable<CharIterable>
ImmutableFloatCharHashMap. chunk(int size)
RichIterable<CharIterable>
ImmutableFloatCharSingletonMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableFloatDoubleEmptyMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableFloatDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableFloatDoubleSingletonMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatFloatEmptyMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatFloatSingletonMap. chunk(int size)
RichIterable<IntIterable>
ImmutableFloatIntEmptyMap. chunk(int size)
RichIterable<IntIterable>
ImmutableFloatIntHashMap. chunk(int size)
RichIterable<IntIterable>
ImmutableFloatIntSingletonMap. chunk(int size)
RichIterable<LongIterable>
ImmutableFloatLongEmptyMap. chunk(int size)
RichIterable<LongIterable>
ImmutableFloatLongHashMap. chunk(int size)
RichIterable<LongIterable>
ImmutableFloatLongSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableFloatObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableFloatObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableFloatObjectSingletonMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableFloatShortEmptyMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableFloatShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableFloatShortSingletonMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableIntBooleanEmptyMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableIntBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableIntBooleanSingletonMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableIntByteEmptyMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableIntByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableIntByteSingletonMap. chunk(int size)
RichIterable<CharIterable>
ImmutableIntCharEmptyMap. chunk(int size)
RichIterable<CharIterable>
ImmutableIntCharHashMap. chunk(int size)
RichIterable<CharIterable>
ImmutableIntCharSingletonMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableIntDoubleEmptyMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableIntDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableIntDoubleSingletonMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableIntFloatEmptyMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableIntFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableIntFloatSingletonMap. chunk(int size)
RichIterable<IntIterable>
ImmutableIntIntEmptyMap. chunk(int size)
RichIterable<IntIterable>
ImmutableIntIntHashMap. chunk(int size)
RichIterable<IntIterable>
ImmutableIntIntSingletonMap. chunk(int size)
RichIterable<LongIterable>
ImmutableIntLongEmptyMap. chunk(int size)
RichIterable<LongIterable>
ImmutableIntLongHashMap. chunk(int size)
RichIterable<LongIterable>
ImmutableIntLongSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableIntObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableIntObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableIntObjectSingletonMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableIntShortEmptyMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableIntShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableIntShortSingletonMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableLongBooleanEmptyMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableLongBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableLongBooleanSingletonMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableLongByteEmptyMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableLongByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableLongByteSingletonMap. chunk(int size)
RichIterable<CharIterable>
ImmutableLongCharEmptyMap. chunk(int size)
RichIterable<CharIterable>
ImmutableLongCharHashMap. chunk(int size)
RichIterable<CharIterable>
ImmutableLongCharSingletonMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableLongDoubleEmptyMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableLongDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableLongDoubleSingletonMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableLongFloatEmptyMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableLongFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableLongFloatSingletonMap. chunk(int size)
RichIterable<IntIterable>
ImmutableLongIntEmptyMap. chunk(int size)
RichIterable<IntIterable>
ImmutableLongIntHashMap. chunk(int size)
RichIterable<IntIterable>
ImmutableLongIntSingletonMap. chunk(int size)
RichIterable<LongIterable>
ImmutableLongLongEmptyMap. chunk(int size)
RichIterable<LongIterable>
ImmutableLongLongHashMap. chunk(int size)
RichIterable<LongIterable>
ImmutableLongLongSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableLongObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableLongObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableLongObjectSingletonMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableLongShortEmptyMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableLongShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableLongShortSingletonMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableObjectBooleanEmptyMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableObjectBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableObjectBooleanSingletonMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableObjectByteEmptyMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableObjectByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableObjectByteSingletonMap. chunk(int size)
RichIterable<CharIterable>
ImmutableObjectCharEmptyMap. chunk(int size)
RichIterable<CharIterable>
ImmutableObjectCharHashMap. chunk(int size)
RichIterable<CharIterable>
ImmutableObjectCharSingletonMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableObjectDoubleEmptyMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableObjectDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableObjectDoubleSingletonMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableObjectFloatEmptyMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableObjectFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableObjectFloatSingletonMap. chunk(int size)
RichIterable<IntIterable>
ImmutableObjectIntEmptyMap. chunk(int size)
RichIterable<IntIterable>
ImmutableObjectIntHashMap. chunk(int size)
RichIterable<IntIterable>
ImmutableObjectIntSingletonMap. chunk(int size)
RichIterable<LongIterable>
ImmutableObjectLongEmptyMap. chunk(int size)
RichIterable<LongIterable>
ImmutableObjectLongHashMap. chunk(int size)
RichIterable<LongIterable>
ImmutableObjectLongSingletonMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableObjectShortEmptyMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableObjectShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableObjectShortSingletonMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableShortBooleanEmptyMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableShortBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ImmutableShortBooleanSingletonMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableShortByteEmptyMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableShortByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ImmutableShortByteSingletonMap. chunk(int size)
RichIterable<CharIterable>
ImmutableShortCharEmptyMap. chunk(int size)
RichIterable<CharIterable>
ImmutableShortCharHashMap. chunk(int size)
RichIterable<CharIterable>
ImmutableShortCharSingletonMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableShortDoubleEmptyMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableShortDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ImmutableShortDoubleSingletonMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableShortFloatEmptyMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableShortFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ImmutableShortFloatSingletonMap. chunk(int size)
RichIterable<IntIterable>
ImmutableShortIntEmptyMap. chunk(int size)
RichIterable<IntIterable>
ImmutableShortIntHashMap. chunk(int size)
RichIterable<IntIterable>
ImmutableShortIntSingletonMap. chunk(int size)
RichIterable<LongIterable>
ImmutableShortLongEmptyMap. chunk(int size)
RichIterable<LongIterable>
ImmutableShortLongHashMap. chunk(int size)
RichIterable<LongIterable>
ImmutableShortLongSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableShortObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableShortObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableShortObjectSingletonMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortShortEmptyMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortShortSingletonMap. chunk(int size)
RichIterable<ByteBooleanPair>
ImmutableByteBooleanEmptyMap. keyValuesView()
RichIterable<ByteBooleanPair>
ImmutableByteBooleanHashMap. keyValuesView()
RichIterable<ByteBooleanPair>
ImmutableByteBooleanSingletonMap. keyValuesView()
RichIterable<ByteBytePair>
ImmutableByteByteEmptyMap. keyValuesView()
RichIterable<ByteBytePair>
ImmutableByteByteHashMap. keyValuesView()
RichIterable<ByteBytePair>
ImmutableByteByteSingletonMap. keyValuesView()
RichIterable<ByteCharPair>
ImmutableByteCharEmptyMap. keyValuesView()
RichIterable<ByteCharPair>
ImmutableByteCharHashMap. keyValuesView()
RichIterable<ByteCharPair>
ImmutableByteCharSingletonMap. keyValuesView()
RichIterable<ByteDoublePair>
ImmutableByteDoubleEmptyMap. keyValuesView()
RichIterable<ByteDoublePair>
ImmutableByteDoubleHashMap. keyValuesView()
RichIterable<ByteDoublePair>
ImmutableByteDoubleSingletonMap. keyValuesView()
RichIterable<ByteFloatPair>
ImmutableByteFloatEmptyMap. keyValuesView()
RichIterable<ByteFloatPair>
ImmutableByteFloatHashMap. keyValuesView()
RichIterable<ByteFloatPair>
ImmutableByteFloatSingletonMap. keyValuesView()
RichIterable<ByteIntPair>
ImmutableByteIntEmptyMap. keyValuesView()
RichIterable<ByteIntPair>
ImmutableByteIntHashMap. keyValuesView()
RichIterable<ByteIntPair>
ImmutableByteIntSingletonMap. keyValuesView()
RichIterable<ByteLongPair>
ImmutableByteLongEmptyMap. keyValuesView()
RichIterable<ByteLongPair>
ImmutableByteLongHashMap. keyValuesView()
RichIterable<ByteLongPair>
ImmutableByteLongSingletonMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
ImmutableByteObjectEmptyMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
ImmutableByteObjectHashMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
ImmutableByteObjectSingletonMap. keyValuesView()
RichIterable<ByteShortPair>
ImmutableByteShortEmptyMap. keyValuesView()
RichIterable<ByteShortPair>
ImmutableByteShortHashMap. keyValuesView()
RichIterable<ByteShortPair>
ImmutableByteShortSingletonMap. keyValuesView()
RichIterable<CharBooleanPair>
ImmutableCharBooleanEmptyMap. keyValuesView()
RichIterable<CharBooleanPair>
ImmutableCharBooleanHashMap. keyValuesView()
RichIterable<CharBooleanPair>
ImmutableCharBooleanSingletonMap. keyValuesView()
RichIterable<CharBytePair>
ImmutableCharByteEmptyMap. keyValuesView()
RichIterable<CharBytePair>
ImmutableCharByteHashMap. keyValuesView()
RichIterable<CharBytePair>
ImmutableCharByteSingletonMap. keyValuesView()
RichIterable<CharCharPair>
ImmutableCharCharEmptyMap. keyValuesView()
RichIterable<CharCharPair>
ImmutableCharCharHashMap. keyValuesView()
RichIterable<CharCharPair>
ImmutableCharCharSingletonMap. keyValuesView()
RichIterable<CharDoublePair>
ImmutableCharDoubleEmptyMap. keyValuesView()
RichIterable<CharDoublePair>
ImmutableCharDoubleHashMap. keyValuesView()
RichIterable<CharDoublePair>
ImmutableCharDoubleSingletonMap. keyValuesView()
RichIterable<CharFloatPair>
ImmutableCharFloatEmptyMap. keyValuesView()
RichIterable<CharFloatPair>
ImmutableCharFloatHashMap. keyValuesView()
RichIterable<CharFloatPair>
ImmutableCharFloatSingletonMap. keyValuesView()
RichIterable<CharIntPair>
ImmutableCharIntEmptyMap. keyValuesView()
RichIterable<CharIntPair>
ImmutableCharIntHashMap. keyValuesView()
RichIterable<CharIntPair>
ImmutableCharIntSingletonMap. keyValuesView()
RichIterable<CharLongPair>
ImmutableCharLongEmptyMap. keyValuesView()
RichIterable<CharLongPair>
ImmutableCharLongHashMap. keyValuesView()
RichIterable<CharLongPair>
ImmutableCharLongSingletonMap. keyValuesView()
RichIterable<CharObjectPair<V>>
ImmutableCharObjectEmptyMap. keyValuesView()
RichIterable<CharObjectPair<V>>
ImmutableCharObjectHashMap. keyValuesView()
RichIterable<CharObjectPair<V>>
ImmutableCharObjectSingletonMap. keyValuesView()
RichIterable<CharShortPair>
ImmutableCharShortEmptyMap. keyValuesView()
RichIterable<CharShortPair>
ImmutableCharShortHashMap. keyValuesView()
RichIterable<CharShortPair>
ImmutableCharShortSingletonMap. keyValuesView()
RichIterable<DoubleBooleanPair>
ImmutableDoubleBooleanEmptyMap. keyValuesView()
RichIterable<DoubleBooleanPair>
ImmutableDoubleBooleanHashMap. keyValuesView()
RichIterable<DoubleBooleanPair>
ImmutableDoubleBooleanSingletonMap. keyValuesView()
RichIterable<DoubleBytePair>
ImmutableDoubleByteEmptyMap. keyValuesView()
RichIterable<DoubleBytePair>
ImmutableDoubleByteHashMap. keyValuesView()
RichIterable<DoubleBytePair>
ImmutableDoubleByteSingletonMap. keyValuesView()
RichIterable<DoubleCharPair>
ImmutableDoubleCharEmptyMap. keyValuesView()
RichIterable<DoubleCharPair>
ImmutableDoubleCharHashMap. keyValuesView()
RichIterable<DoubleCharPair>
ImmutableDoubleCharSingletonMap. keyValuesView()
RichIterable<DoubleDoublePair>
ImmutableDoubleDoubleEmptyMap. keyValuesView()
RichIterable<DoubleDoublePair>
ImmutableDoubleDoubleHashMap. keyValuesView()
RichIterable<DoubleDoublePair>
ImmutableDoubleDoubleSingletonMap. keyValuesView()
RichIterable<DoubleFloatPair>
ImmutableDoubleFloatEmptyMap. keyValuesView()
RichIterable<DoubleFloatPair>
ImmutableDoubleFloatHashMap. keyValuesView()
RichIterable<DoubleFloatPair>
ImmutableDoubleFloatSingletonMap. keyValuesView()
RichIterable<DoubleIntPair>
ImmutableDoubleIntEmptyMap. keyValuesView()
RichIterable<DoubleIntPair>
ImmutableDoubleIntHashMap. keyValuesView()
RichIterable<DoubleIntPair>
ImmutableDoubleIntSingletonMap. keyValuesView()
RichIterable<DoubleLongPair>
ImmutableDoubleLongEmptyMap. keyValuesView()
RichIterable<DoubleLongPair>
ImmutableDoubleLongHashMap. keyValuesView()
RichIterable<DoubleLongPair>
ImmutableDoubleLongSingletonMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
ImmutableDoubleObjectEmptyMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
ImmutableDoubleObjectHashMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
ImmutableDoubleObjectSingletonMap. keyValuesView()
RichIterable<DoubleShortPair>
ImmutableDoubleShortEmptyMap. keyValuesView()
RichIterable<DoubleShortPair>
ImmutableDoubleShortHashMap. keyValuesView()
RichIterable<DoubleShortPair>
ImmutableDoubleShortSingletonMap. keyValuesView()
RichIterable<FloatBooleanPair>
ImmutableFloatBooleanEmptyMap. keyValuesView()
RichIterable<FloatBooleanPair>
ImmutableFloatBooleanHashMap. keyValuesView()
RichIterable<FloatBooleanPair>
ImmutableFloatBooleanSingletonMap. keyValuesView()
RichIterable<FloatBytePair>
ImmutableFloatByteEmptyMap. keyValuesView()
RichIterable<FloatBytePair>
ImmutableFloatByteHashMap. keyValuesView()
RichIterable<FloatBytePair>
ImmutableFloatByteSingletonMap. keyValuesView()
RichIterable<FloatCharPair>
ImmutableFloatCharEmptyMap. keyValuesView()
RichIterable<FloatCharPair>
ImmutableFloatCharHashMap. keyValuesView()
RichIterable<FloatCharPair>
ImmutableFloatCharSingletonMap. keyValuesView()
RichIterable<FloatDoublePair>
ImmutableFloatDoubleEmptyMap. keyValuesView()
RichIterable<FloatDoublePair>
ImmutableFloatDoubleHashMap. keyValuesView()
RichIterable<FloatDoublePair>
ImmutableFloatDoubleSingletonMap. keyValuesView()
RichIterable<FloatFloatPair>
ImmutableFloatFloatEmptyMap. keyValuesView()
RichIterable<FloatFloatPair>
ImmutableFloatFloatHashMap. keyValuesView()
RichIterable<FloatFloatPair>
ImmutableFloatFloatSingletonMap. keyValuesView()
RichIterable<FloatIntPair>
ImmutableFloatIntEmptyMap. keyValuesView()
RichIterable<FloatIntPair>
ImmutableFloatIntHashMap. keyValuesView()
RichIterable<FloatIntPair>
ImmutableFloatIntSingletonMap. keyValuesView()
RichIterable<FloatLongPair>
ImmutableFloatLongEmptyMap. keyValuesView()
RichIterable<FloatLongPair>
ImmutableFloatLongHashMap. keyValuesView()
RichIterable<FloatLongPair>
ImmutableFloatLongSingletonMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
ImmutableFloatObjectEmptyMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
ImmutableFloatObjectHashMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
ImmutableFloatObjectSingletonMap. keyValuesView()
RichIterable<FloatShortPair>
ImmutableFloatShortEmptyMap. keyValuesView()
RichIterable<FloatShortPair>
ImmutableFloatShortHashMap. keyValuesView()
RichIterable<FloatShortPair>
ImmutableFloatShortSingletonMap. keyValuesView()
RichIterable<IntBooleanPair>
ImmutableIntBooleanEmptyMap. keyValuesView()
RichIterable<IntBooleanPair>
ImmutableIntBooleanHashMap. keyValuesView()
RichIterable<IntBooleanPair>
ImmutableIntBooleanSingletonMap. keyValuesView()
RichIterable<IntBytePair>
ImmutableIntByteEmptyMap. keyValuesView()
RichIterable<IntBytePair>
ImmutableIntByteHashMap. keyValuesView()
RichIterable<IntBytePair>
ImmutableIntByteSingletonMap. keyValuesView()
RichIterable<IntCharPair>
ImmutableIntCharEmptyMap. keyValuesView()
RichIterable<IntCharPair>
ImmutableIntCharHashMap. keyValuesView()
RichIterable<IntCharPair>
ImmutableIntCharSingletonMap. keyValuesView()
RichIterable<IntDoublePair>
ImmutableIntDoubleEmptyMap. keyValuesView()
RichIterable<IntDoublePair>
ImmutableIntDoubleHashMap. keyValuesView()
RichIterable<IntDoublePair>
ImmutableIntDoubleSingletonMap. keyValuesView()
RichIterable<IntFloatPair>
ImmutableIntFloatEmptyMap. keyValuesView()
RichIterable<IntFloatPair>
ImmutableIntFloatHashMap. keyValuesView()
RichIterable<IntFloatPair>
ImmutableIntFloatSingletonMap. keyValuesView()
RichIterable<IntIntPair>
ImmutableIntIntEmptyMap. keyValuesView()
RichIterable<IntIntPair>
ImmutableIntIntHashMap. keyValuesView()
RichIterable<IntIntPair>
ImmutableIntIntSingletonMap. keyValuesView()
RichIterable<IntLongPair>
ImmutableIntLongEmptyMap. keyValuesView()
RichIterable<IntLongPair>
ImmutableIntLongHashMap. keyValuesView()
RichIterable<IntLongPair>
ImmutableIntLongSingletonMap. keyValuesView()
RichIterable<IntObjectPair<V>>
ImmutableIntObjectEmptyMap. keyValuesView()
RichIterable<IntObjectPair<V>>
ImmutableIntObjectHashMap. keyValuesView()
RichIterable<IntObjectPair<V>>
ImmutableIntObjectSingletonMap. keyValuesView()
RichIterable<IntShortPair>
ImmutableIntShortEmptyMap. keyValuesView()
RichIterable<IntShortPair>
ImmutableIntShortHashMap. keyValuesView()
RichIterable<IntShortPair>
ImmutableIntShortSingletonMap. keyValuesView()
RichIterable<LongBooleanPair>
ImmutableLongBooleanEmptyMap. keyValuesView()
RichIterable<LongBooleanPair>
ImmutableLongBooleanHashMap. keyValuesView()
RichIterable<LongBooleanPair>
ImmutableLongBooleanSingletonMap. keyValuesView()
RichIterable<LongBytePair>
ImmutableLongByteEmptyMap. keyValuesView()
RichIterable<LongBytePair>
ImmutableLongByteHashMap. keyValuesView()
RichIterable<LongBytePair>
ImmutableLongByteSingletonMap. keyValuesView()
RichIterable<LongCharPair>
ImmutableLongCharEmptyMap. keyValuesView()
RichIterable<LongCharPair>
ImmutableLongCharHashMap. keyValuesView()
RichIterable<LongCharPair>
ImmutableLongCharSingletonMap. keyValuesView()
RichIterable<LongDoublePair>
ImmutableLongDoubleEmptyMap. keyValuesView()
RichIterable<LongDoublePair>
ImmutableLongDoubleHashMap. keyValuesView()
RichIterable<LongDoublePair>
ImmutableLongDoubleSingletonMap. keyValuesView()
RichIterable<LongFloatPair>
ImmutableLongFloatEmptyMap. keyValuesView()
RichIterable<LongFloatPair>
ImmutableLongFloatHashMap. keyValuesView()
RichIterable<LongFloatPair>
ImmutableLongFloatSingletonMap. keyValuesView()
RichIterable<LongIntPair>
ImmutableLongIntEmptyMap. keyValuesView()
RichIterable<LongIntPair>
ImmutableLongIntHashMap. keyValuesView()
RichIterable<LongIntPair>
ImmutableLongIntSingletonMap. keyValuesView()
RichIterable<LongLongPair>
ImmutableLongLongEmptyMap. keyValuesView()
RichIterable<LongLongPair>
ImmutableLongLongHashMap. keyValuesView()
RichIterable<LongLongPair>
ImmutableLongLongSingletonMap. keyValuesView()
RichIterable<LongObjectPair<V>>
ImmutableLongObjectEmptyMap. keyValuesView()
RichIterable<LongObjectPair<V>>
ImmutableLongObjectHashMap. keyValuesView()
RichIterable<LongObjectPair<V>>
ImmutableLongObjectSingletonMap. keyValuesView()
RichIterable<LongShortPair>
ImmutableLongShortEmptyMap. keyValuesView()
RichIterable<LongShortPair>
ImmutableLongShortHashMap. keyValuesView()
RichIterable<LongShortPair>
ImmutableLongShortSingletonMap. keyValuesView()
RichIterable<ObjectBooleanPair<K>>
ImmutableObjectBooleanEmptyMap. keyValuesView()
RichIterable<ObjectBooleanPair<K>>
ImmutableObjectBooleanHashMap. keyValuesView()
RichIterable<ObjectBooleanPair<K>>
ImmutableObjectBooleanSingletonMap. keyValuesView()
RichIterable<ObjectBytePair<K>>
ImmutableObjectByteEmptyMap. keyValuesView()
RichIterable<ObjectBytePair<K>>
ImmutableObjectByteHashMap. keyValuesView()
RichIterable<ObjectBytePair<K>>
ImmutableObjectByteSingletonMap. keyValuesView()
RichIterable<ObjectCharPair<K>>
ImmutableObjectCharEmptyMap. keyValuesView()
RichIterable<ObjectCharPair<K>>
ImmutableObjectCharHashMap. keyValuesView()
RichIterable<ObjectCharPair<K>>
ImmutableObjectCharSingletonMap. keyValuesView()
RichIterable<ObjectDoublePair<K>>
ImmutableObjectDoubleEmptyMap. keyValuesView()
RichIterable<ObjectDoublePair<K>>
ImmutableObjectDoubleHashMap. keyValuesView()
RichIterable<ObjectDoublePair<K>>
ImmutableObjectDoubleSingletonMap. keyValuesView()
RichIterable<ObjectFloatPair<K>>
ImmutableObjectFloatEmptyMap. keyValuesView()
RichIterable<ObjectFloatPair<K>>
ImmutableObjectFloatHashMap. keyValuesView()
RichIterable<ObjectFloatPair<K>>
ImmutableObjectFloatSingletonMap. keyValuesView()
RichIterable<ObjectIntPair<K>>
ImmutableObjectIntEmptyMap. keyValuesView()
RichIterable<ObjectIntPair<K>>
ImmutableObjectIntHashMap. keyValuesView()
RichIterable<ObjectIntPair<K>>
ImmutableObjectIntSingletonMap. keyValuesView()
RichIterable<ObjectLongPair<K>>
ImmutableObjectLongEmptyMap. keyValuesView()
RichIterable<ObjectLongPair<K>>
ImmutableObjectLongHashMap. keyValuesView()
RichIterable<ObjectLongPair<K>>
ImmutableObjectLongSingletonMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
ImmutableObjectShortEmptyMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
ImmutableObjectShortHashMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
ImmutableObjectShortSingletonMap. keyValuesView()
RichIterable<ShortBooleanPair>
ImmutableShortBooleanEmptyMap. keyValuesView()
RichIterable<ShortBooleanPair>
ImmutableShortBooleanHashMap. keyValuesView()
RichIterable<ShortBooleanPair>
ImmutableShortBooleanSingletonMap. keyValuesView()
RichIterable<ShortBytePair>
ImmutableShortByteEmptyMap. keyValuesView()
RichIterable<ShortBytePair>
ImmutableShortByteHashMap. keyValuesView()
RichIterable<ShortBytePair>
ImmutableShortByteSingletonMap. keyValuesView()
RichIterable<ShortCharPair>
ImmutableShortCharEmptyMap. keyValuesView()
RichIterable<ShortCharPair>
ImmutableShortCharHashMap. keyValuesView()
RichIterable<ShortCharPair>
ImmutableShortCharSingletonMap. keyValuesView()
RichIterable<ShortDoublePair>
ImmutableShortDoubleEmptyMap. keyValuesView()
RichIterable<ShortDoublePair>
ImmutableShortDoubleHashMap. keyValuesView()
RichIterable<ShortDoublePair>
ImmutableShortDoubleSingletonMap. keyValuesView()
RichIterable<ShortFloatPair>
ImmutableShortFloatEmptyMap. keyValuesView()
RichIterable<ShortFloatPair>
ImmutableShortFloatHashMap. keyValuesView()
RichIterable<ShortFloatPair>
ImmutableShortFloatSingletonMap. keyValuesView()
RichIterable<ShortIntPair>
ImmutableShortIntEmptyMap. keyValuesView()
RichIterable<ShortIntPair>
ImmutableShortIntHashMap. keyValuesView()
RichIterable<ShortIntPair>
ImmutableShortIntSingletonMap. keyValuesView()
RichIterable<ShortLongPair>
ImmutableShortLongEmptyMap. keyValuesView()
RichIterable<ShortLongPair>
ImmutableShortLongHashMap. keyValuesView()
RichIterable<ShortLongPair>
ImmutableShortLongSingletonMap. keyValuesView()
RichIterable<ShortObjectPair<V>>
ImmutableShortObjectEmptyMap. keyValuesView()
RichIterable<ShortObjectPair<V>>
ImmutableShortObjectHashMap. keyValuesView()
RichIterable<ShortObjectPair<V>>
ImmutableShortObjectSingletonMap. keyValuesView()
RichIterable<ShortShortPair>
ImmutableShortShortEmptyMap. keyValuesView()
RichIterable<ShortShortPair>
ImmutableShortShortHashMap. keyValuesView()
RichIterable<ShortShortPair>
ImmutableShortShortSingletonMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
ImmutableByteObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableByteObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableByteObjectSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableCharObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableCharObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableCharObjectSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableDoubleObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableDoubleObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableDoubleObjectSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableFloatObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableFloatObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableFloatObjectSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableIntObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableIntObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableIntObjectSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableLongObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableLongObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableLongObjectSingletonMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableShortObjectEmptyMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableShortObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ImmutableShortObjectSingletonMap. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.map.mutable
Classes in org.eclipse.collections.impl.map.mutable that implement RichIterable Modifier and Type Class Description class
AbstractMutableMap<K,V>
class
AbstractMutableMapIterable<K,V>
class
ConcurrentHashMap<K,V>
class
ConcurrentHashMapUnsafe<K,V>
class
ConcurrentMutableHashMap<K,V>
Deprecated.since 2.0class
MapAdapter<K,V>
This class provides a MutableMap wrapper around a JDK Collections Map interface instance.class
SynchronizedMutableMap<K,V>
A synchronized view of aMutableMap
.class
UnifiedMap<K,V>
UnifiedMap stores key/value pairs in a single array, where alternate slots are keys and values.class
UnmodifiableMutableMap<K,V>
An unmodifiable view of a map.Methods in org.eclipse.collections.impl.map.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
UnmodifiableMutableMap. chunk(int size)
RichIterable<K>
AbstractMutableMapIterable. keysView()
RichIterable<K>
UnmodifiableMutableMap. keysView()
RichIterable<Pair<K,V>>
AbstractMutableMapIterable. keyValuesView()
RichIterable<Pair<K,V>>
UnmodifiableMutableMap. keyValuesView()
RichIterable<V>
AbstractMutableMapIterable. valuesView()
RichIterable<V>
UnmodifiableMutableMap. valuesView()
Methods in org.eclipse.collections.impl.map.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
UnmodifiableMutableMap. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
AbstractMutableBooleanValuesMap.AbstractBooleanValuesCollection. chunk(int size)
RichIterable<BooleanIterable>
AbstractMutableBooleanValuesMap. chunk(int size)
RichIterable<ByteIterable>
AbstractMutableByteKeySet. chunk(int size)
RichIterable<ByteIterable>
AbstractMutableByteValuesMap.AbstractByteValuesCollection. chunk(int size)
RichIterable<ByteIterable>
AbstractMutableByteValuesMap. chunk(int size)
RichIterable<CharIterable>
AbstractMutableCharKeySet. chunk(int size)
RichIterable<CharIterable>
AbstractMutableCharValuesMap.AbstractCharValuesCollection. chunk(int size)
RichIterable<CharIterable>
AbstractMutableCharValuesMap. chunk(int size)
RichIterable<DoubleIterable>
AbstractMutableDoubleKeySet. chunk(int size)
RichIterable<DoubleIterable>
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. chunk(int size)
RichIterable<DoubleIterable>
AbstractMutableDoubleValuesMap. chunk(int size)
RichIterable<FloatIterable>
AbstractMutableFloatKeySet. chunk(int size)
RichIterable<FloatIterable>
AbstractMutableFloatValuesMap.AbstractFloatValuesCollection. chunk(int size)
RichIterable<FloatIterable>
AbstractMutableFloatValuesMap. chunk(int size)
RichIterable<IntIterable>
AbstractMutableIntKeySet. chunk(int size)
RichIterable<IntIterable>
AbstractMutableIntValuesMap.AbstractIntValuesCollection. chunk(int size)
RichIterable<IntIterable>
AbstractMutableIntValuesMap. chunk(int size)
RichIterable<LongIterable>
AbstractMutableLongKeySet. chunk(int size)
RichIterable<LongIterable>
AbstractMutableLongValuesMap.AbstractLongValuesCollection. chunk(int size)
RichIterable<LongIterable>
AbstractMutableLongValuesMap. chunk(int size)
RichIterable<ShortIterable>
AbstractMutableShortKeySet. chunk(int size)
RichIterable<ShortIterable>
AbstractMutableShortValuesMap.AbstractShortValuesCollection. chunk(int size)
RichIterable<ShortIterable>
AbstractMutableShortValuesMap. chunk(int size)
RichIterable<RichIterable<V>>
ByteObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
CharObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
DoubleObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
FloatObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
IntObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
LongObjectHashMap. chunk(int size)
RichIterable<BooleanIterable>
ObjectBooleanHashMap. chunk(int size)
RichIterable<BooleanIterable>
ObjectBooleanHashMap.ValuesCollection. chunk(int size)
RichIterable<BooleanIterable>
ObjectBooleanHashMapWithHashingStrategy. chunk(int size)
RichIterable<BooleanIterable>
ObjectBooleanHashMapWithHashingStrategy.ValuesCollection. chunk(int size)
RichIterable<ByteIterable>
ObjectByteHashMap. chunk(int size)
RichIterable<ByteIterable>
ObjectByteHashMap.ValuesCollection. chunk(int size)
RichIterable<ByteIterable>
ObjectByteHashMapWithHashingStrategy. chunk(int size)
RichIterable<ByteIterable>
ObjectByteHashMapWithHashingStrategy.ValuesCollection. chunk(int size)
RichIterable<CharIterable>
ObjectCharHashMap. chunk(int size)
RichIterable<CharIterable>
ObjectCharHashMap.ValuesCollection. chunk(int size)
RichIterable<CharIterable>
ObjectCharHashMapWithHashingStrategy. chunk(int size)
RichIterable<CharIterable>
ObjectCharHashMapWithHashingStrategy.ValuesCollection. chunk(int size)
RichIterable<DoubleIterable>
ObjectDoubleHashMap. chunk(int size)
RichIterable<DoubleIterable>
ObjectDoubleHashMap.ValuesCollection. chunk(int size)
RichIterable<DoubleIterable>
ObjectDoubleHashMapWithHashingStrategy. chunk(int size)
RichIterable<DoubleIterable>
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. chunk(int size)
RichIterable<FloatIterable>
ObjectFloatHashMap. chunk(int size)
RichIterable<FloatIterable>
ObjectFloatHashMap.ValuesCollection. chunk(int size)
RichIterable<FloatIterable>
ObjectFloatHashMapWithHashingStrategy. chunk(int size)
RichIterable<FloatIterable>
ObjectFloatHashMapWithHashingStrategy.ValuesCollection. chunk(int size)
RichIterable<IntIterable>
ObjectIntHashMap. chunk(int size)
RichIterable<IntIterable>
ObjectIntHashMap.ValuesCollection. chunk(int size)
RichIterable<IntIterable>
ObjectIntHashMapWithHashingStrategy. chunk(int size)
RichIterable<IntIterable>
ObjectIntHashMapWithHashingStrategy.ValuesCollection. chunk(int size)
RichIterable<LongIterable>
ObjectLongHashMap. chunk(int size)
RichIterable<LongIterable>
ObjectLongHashMap.ValuesCollection. chunk(int size)
RichIterable<LongIterable>
ObjectLongHashMapWithHashingStrategy. chunk(int size)
RichIterable<LongIterable>
ObjectLongHashMapWithHashingStrategy.ValuesCollection. chunk(int size)
RichIterable<ShortIterable>
ObjectShortHashMap. chunk(int size)
RichIterable<ShortIterable>
ObjectShortHashMap.ValuesCollection. chunk(int size)
RichIterable<ShortIterable>
ObjectShortHashMapWithHashingStrategy. chunk(int size)
RichIterable<ShortIterable>
ObjectShortHashMapWithHashingStrategy.ValuesCollection. chunk(int size)
RichIterable<RichIterable<V>>
ShortObjectHashMap. chunk(int size)
RichIterable<BooleanIterable>
SynchronizedByteBooleanMap. chunk(int size)
RichIterable<ByteIterable>
SynchronizedByteByteMap. chunk(int size)
RichIterable<CharIterable>
SynchronizedByteCharMap. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedByteDoubleMap. chunk(int size)
RichIterable<FloatIterable>
SynchronizedByteFloatMap. chunk(int size)
RichIterable<IntIterable>
SynchronizedByteIntMap. chunk(int size)
RichIterable<LongIterable>
SynchronizedByteLongMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedByteObjectMap. chunk(int size)
RichIterable<ShortIterable>
SynchronizedByteShortMap. chunk(int size)
RichIterable<BooleanIterable>
SynchronizedCharBooleanMap. chunk(int size)
RichIterable<ByteIterable>
SynchronizedCharByteMap. chunk(int size)
RichIterable<CharIterable>
SynchronizedCharCharMap. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedCharDoubleMap. chunk(int size)
RichIterable<FloatIterable>
SynchronizedCharFloatMap. chunk(int size)
RichIterable<IntIterable>
SynchronizedCharIntMap. chunk(int size)
RichIterable<LongIterable>
SynchronizedCharLongMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedCharObjectMap. chunk(int size)
RichIterable<ShortIterable>
SynchronizedCharShortMap. chunk(int size)
RichIterable<BooleanIterable>
SynchronizedDoubleBooleanMap. chunk(int size)
RichIterable<ByteIterable>
SynchronizedDoubleByteMap. chunk(int size)
RichIterable<CharIterable>
SynchronizedDoubleCharMap. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedDoubleDoubleMap. chunk(int size)
RichIterable<FloatIterable>
SynchronizedDoubleFloatMap. chunk(int size)
RichIterable<IntIterable>
SynchronizedDoubleIntMap. chunk(int size)
RichIterable<LongIterable>
SynchronizedDoubleLongMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedDoubleObjectMap. chunk(int size)
RichIterable<ShortIterable>
SynchronizedDoubleShortMap. chunk(int size)
RichIterable<BooleanIterable>
SynchronizedFloatBooleanMap. chunk(int size)
RichIterable<ByteIterable>
SynchronizedFloatByteMap. chunk(int size)
RichIterable<CharIterable>
SynchronizedFloatCharMap. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedFloatDoubleMap. chunk(int size)
RichIterable<FloatIterable>
SynchronizedFloatFloatMap. chunk(int size)
RichIterable<IntIterable>
SynchronizedFloatIntMap. chunk(int size)
RichIterable<LongIterable>
SynchronizedFloatLongMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedFloatObjectMap. chunk(int size)
RichIterable<ShortIterable>
SynchronizedFloatShortMap. chunk(int size)
RichIterable<BooleanIterable>
SynchronizedIntBooleanMap. chunk(int size)
RichIterable<ByteIterable>
SynchronizedIntByteMap. chunk(int size)
RichIterable<CharIterable>
SynchronizedIntCharMap. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedIntDoubleMap. chunk(int size)
RichIterable<FloatIterable>
SynchronizedIntFloatMap. chunk(int size)
RichIterable<IntIterable>
SynchronizedIntIntMap. chunk(int size)
RichIterable<LongIterable>
SynchronizedIntLongMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedIntObjectMap. chunk(int size)
RichIterable<ShortIterable>
SynchronizedIntShortMap. chunk(int size)
RichIterable<BooleanIterable>
SynchronizedLongBooleanMap. chunk(int size)
RichIterable<ByteIterable>
SynchronizedLongByteMap. chunk(int size)
RichIterable<CharIterable>
SynchronizedLongCharMap. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedLongDoubleMap. chunk(int size)
RichIterable<FloatIterable>
SynchronizedLongFloatMap. chunk(int size)
RichIterable<IntIterable>
SynchronizedLongIntMap. chunk(int size)
RichIterable<LongIterable>
SynchronizedLongLongMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedLongObjectMap. chunk(int size)
RichIterable<ShortIterable>
SynchronizedLongShortMap. chunk(int size)
RichIterable<BooleanIterable>
SynchronizedObjectBooleanMap. chunk(int size)
RichIterable<ByteIterable>
SynchronizedObjectByteMap. chunk(int size)
RichIterable<CharIterable>
SynchronizedObjectCharMap. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedObjectDoubleMap. chunk(int size)
RichIterable<FloatIterable>
SynchronizedObjectFloatMap. chunk(int size)
RichIterable<IntIterable>
SynchronizedObjectIntMap. chunk(int size)
RichIterable<LongIterable>
SynchronizedObjectLongMap. chunk(int size)
RichIterable<ShortIterable>
SynchronizedObjectShortMap. chunk(int size)
RichIterable<BooleanIterable>
SynchronizedShortBooleanMap. chunk(int size)
RichIterable<ByteIterable>
SynchronizedShortByteMap. chunk(int size)
RichIterable<CharIterable>
SynchronizedShortCharMap. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedShortDoubleMap. chunk(int size)
RichIterable<FloatIterable>
SynchronizedShortFloatMap. chunk(int size)
RichIterable<IntIterable>
SynchronizedShortIntMap. chunk(int size)
RichIterable<LongIterable>
SynchronizedShortLongMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedShortObjectMap. chunk(int size)
RichIterable<ShortIterable>
SynchronizedShortShortMap. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableByteBooleanMap. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableByteByteMap. chunk(int size)
RichIterable<CharIterable>
UnmodifiableByteCharMap. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableByteDoubleMap. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableByteFloatMap. chunk(int size)
RichIterable<IntIterable>
UnmodifiableByteIntMap. chunk(int size)
RichIterable<LongIterable>
UnmodifiableByteLongMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableByteObjectMap. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableByteShortMap. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableCharBooleanMap. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableCharByteMap. chunk(int size)
RichIterable<CharIterable>
UnmodifiableCharCharMap. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableCharDoubleMap. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableCharFloatMap. chunk(int size)
RichIterable<IntIterable>
UnmodifiableCharIntMap. chunk(int size)
RichIterable<LongIterable>
UnmodifiableCharLongMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableCharObjectMap. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableCharShortMap. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableDoubleBooleanMap. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableDoubleByteMap. chunk(int size)
RichIterable<CharIterable>
UnmodifiableDoubleCharMap. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableDoubleDoubleMap. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableDoubleFloatMap. chunk(int size)
RichIterable<IntIterable>
UnmodifiableDoubleIntMap. chunk(int size)
RichIterable<LongIterable>
UnmodifiableDoubleLongMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableDoubleObjectMap. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableDoubleShortMap. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableFloatBooleanMap. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableFloatByteMap. chunk(int size)
RichIterable<CharIterable>
UnmodifiableFloatCharMap. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableFloatDoubleMap. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableFloatFloatMap. chunk(int size)
RichIterable<IntIterable>
UnmodifiableFloatIntMap. chunk(int size)
RichIterable<LongIterable>
UnmodifiableFloatLongMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableFloatObjectMap. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableFloatShortMap. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableIntBooleanMap. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableIntByteMap. chunk(int size)
RichIterable<CharIterable>
UnmodifiableIntCharMap. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableIntDoubleMap. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableIntFloatMap. chunk(int size)
RichIterable<IntIterable>
UnmodifiableIntIntMap. chunk(int size)
RichIterable<LongIterable>
UnmodifiableIntLongMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableIntObjectMap. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableIntShortMap. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableLongBooleanMap. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableLongByteMap. chunk(int size)
RichIterable<CharIterable>
UnmodifiableLongCharMap. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableLongDoubleMap. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableLongFloatMap. chunk(int size)
RichIterable<IntIterable>
UnmodifiableLongIntMap. chunk(int size)
RichIterable<LongIterable>
UnmodifiableLongLongMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableLongObjectMap. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableLongShortMap. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableObjectBooleanMap. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableObjectByteMap. chunk(int size)
RichIterable<CharIterable>
UnmodifiableObjectCharMap. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableObjectDoubleMap. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableObjectFloatMap. chunk(int size)
RichIterable<IntIterable>
UnmodifiableObjectIntMap. chunk(int size)
RichIterable<LongIterable>
UnmodifiableObjectLongMap. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableObjectShortMap. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableShortBooleanMap. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableShortByteMap. chunk(int size)
RichIterable<CharIterable>
UnmodifiableShortCharMap. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableShortDoubleMap. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableShortFloatMap. chunk(int size)
RichIterable<IntIterable>
UnmodifiableShortIntMap. chunk(int size)
RichIterable<LongIterable>
UnmodifiableShortLongMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableShortObjectMap. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableShortShortMap. chunk(int size)
RichIterable<ByteBooleanPair>
ByteBooleanHashMap. keyValuesView()
RichIterable<ByteBytePair>
ByteByteHashMap. keyValuesView()
RichIterable<ByteCharPair>
ByteCharHashMap. keyValuesView()
RichIterable<ByteDoublePair>
ByteDoubleHashMap. keyValuesView()
RichIterable<ByteFloatPair>
ByteFloatHashMap. keyValuesView()
RichIterable<ByteIntPair>
ByteIntHashMap. keyValuesView()
RichIterable<ByteLongPair>
ByteLongHashMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
ByteObjectHashMap. keyValuesView()
RichIterable<ByteShortPair>
ByteShortHashMap. keyValuesView()
RichIterable<CharBooleanPair>
CharBooleanHashMap. keyValuesView()
RichIterable<CharBytePair>
CharByteHashMap. keyValuesView()
RichIterable<CharCharPair>
CharCharHashMap. keyValuesView()
RichIterable<CharDoublePair>
CharDoubleHashMap. keyValuesView()
RichIterable<CharFloatPair>
CharFloatHashMap. keyValuesView()
RichIterable<CharIntPair>
CharIntHashMap. keyValuesView()
RichIterable<CharLongPair>
CharLongHashMap. keyValuesView()
RichIterable<CharObjectPair<V>>
CharObjectHashMap. keyValuesView()
RichIterable<CharShortPair>
CharShortHashMap. keyValuesView()
RichIterable<DoubleBooleanPair>
DoubleBooleanHashMap. keyValuesView()
RichIterable<DoubleBytePair>
DoubleByteHashMap. keyValuesView()
RichIterable<DoubleCharPair>
DoubleCharHashMap. keyValuesView()
RichIterable<DoubleDoublePair>
DoubleDoubleHashMap. keyValuesView()
RichIterable<DoubleFloatPair>
DoubleFloatHashMap. keyValuesView()
RichIterable<DoubleIntPair>
DoubleIntHashMap. keyValuesView()
RichIterable<DoubleLongPair>
DoubleLongHashMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
DoubleObjectHashMap. keyValuesView()
RichIterable<DoubleShortPair>
DoubleShortHashMap. keyValuesView()
RichIterable<FloatBooleanPair>
FloatBooleanHashMap. keyValuesView()
RichIterable<FloatBytePair>
FloatByteHashMap. keyValuesView()
RichIterable<FloatCharPair>
FloatCharHashMap. keyValuesView()
RichIterable<FloatDoublePair>
FloatDoubleHashMap. keyValuesView()
RichIterable<FloatFloatPair>
FloatFloatHashMap. keyValuesView()
RichIterable<FloatIntPair>
FloatIntHashMap. keyValuesView()
RichIterable<FloatLongPair>
FloatLongHashMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
FloatObjectHashMap. keyValuesView()
RichIterable<FloatShortPair>
FloatShortHashMap. keyValuesView()
RichIterable<IntBooleanPair>
IntBooleanHashMap. keyValuesView()
RichIterable<IntBytePair>
IntByteHashMap. keyValuesView()
RichIterable<IntCharPair>
IntCharHashMap. keyValuesView()
RichIterable<IntDoublePair>
IntDoubleHashMap. keyValuesView()
RichIterable<IntFloatPair>
IntFloatHashMap. keyValuesView()
RichIterable<IntIntPair>
IntIntHashMap. keyValuesView()
RichIterable<IntLongPair>
IntLongHashMap. keyValuesView()
RichIterable<IntObjectPair<V>>
IntObjectHashMap. keyValuesView()
RichIterable<IntShortPair>
IntShortHashMap. keyValuesView()
RichIterable<LongBooleanPair>
LongBooleanHashMap. keyValuesView()
RichIterable<LongBytePair>
LongByteHashMap. keyValuesView()
RichIterable<LongCharPair>
LongCharHashMap. keyValuesView()
RichIterable<LongDoublePair>
LongDoubleHashMap. keyValuesView()
RichIterable<LongFloatPair>
LongFloatHashMap. keyValuesView()
RichIterable<LongIntPair>
LongIntHashMap. keyValuesView()
RichIterable<LongLongPair>
LongLongHashMap. keyValuesView()
RichIterable<LongObjectPair<V>>
LongObjectHashMap. keyValuesView()
RichIterable<LongShortPair>
LongShortHashMap. keyValuesView()
RichIterable<ObjectBooleanPair<K>>
ObjectBooleanHashMap. keyValuesView()
RichIterable<ObjectBooleanPair<K>>
ObjectBooleanHashMapWithHashingStrategy. keyValuesView()
RichIterable<ObjectBytePair<K>>
ObjectByteHashMap. keyValuesView()
RichIterable<ObjectBytePair<K>>
ObjectByteHashMapWithHashingStrategy. keyValuesView()
RichIterable<ObjectCharPair<K>>
ObjectCharHashMap. keyValuesView()
RichIterable<ObjectCharPair<K>>
ObjectCharHashMapWithHashingStrategy. keyValuesView()
RichIterable<ObjectDoublePair<K>>
ObjectDoubleHashMap. keyValuesView()
RichIterable<ObjectDoublePair<K>>
ObjectDoubleHashMapWithHashingStrategy. keyValuesView()
RichIterable<ObjectFloatPair<K>>
ObjectFloatHashMap. keyValuesView()
RichIterable<ObjectFloatPair<K>>
ObjectFloatHashMapWithHashingStrategy. keyValuesView()
RichIterable<ObjectIntPair<K>>
ObjectIntHashMap. keyValuesView()
RichIterable<ObjectIntPair<K>>
ObjectIntHashMapWithHashingStrategy. keyValuesView()
RichIterable<ObjectLongPair<K>>
ObjectLongHashMap. keyValuesView()
RichIterable<ObjectLongPair<K>>
ObjectLongHashMapWithHashingStrategy. keyValuesView()
RichIterable<ObjectShortPair<K>>
ObjectShortHashMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
ObjectShortHashMapWithHashingStrategy. keyValuesView()
RichIterable<ShortBooleanPair>
ShortBooleanHashMap. keyValuesView()
RichIterable<ShortBytePair>
ShortByteHashMap. keyValuesView()
RichIterable<ShortCharPair>
ShortCharHashMap. keyValuesView()
RichIterable<ShortDoublePair>
ShortDoubleHashMap. keyValuesView()
RichIterable<ShortFloatPair>
ShortFloatHashMap. keyValuesView()
RichIterable<ShortIntPair>
ShortIntHashMap. keyValuesView()
RichIterable<ShortLongPair>
ShortLongHashMap. keyValuesView()
RichIterable<ShortObjectPair<V>>
ShortObjectHashMap. keyValuesView()
RichIterable<ShortShortPair>
ShortShortHashMap. keyValuesView()
RichIterable<ByteBooleanPair>
SynchronizedByteBooleanMap. keyValuesView()
RichIterable<ByteBytePair>
SynchronizedByteByteMap. keyValuesView()
RichIterable<ByteCharPair>
SynchronizedByteCharMap. keyValuesView()
RichIterable<ByteDoublePair>
SynchronizedByteDoubleMap. keyValuesView()
RichIterable<ByteFloatPair>
SynchronizedByteFloatMap. keyValuesView()
RichIterable<ByteIntPair>
SynchronizedByteIntMap. keyValuesView()
RichIterable<ByteLongPair>
SynchronizedByteLongMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
SynchronizedByteObjectMap. keyValuesView()
RichIterable<ByteShortPair>
SynchronizedByteShortMap. keyValuesView()
RichIterable<CharBooleanPair>
SynchronizedCharBooleanMap. keyValuesView()
RichIterable<CharBytePair>
SynchronizedCharByteMap. keyValuesView()
RichIterable<CharCharPair>
SynchronizedCharCharMap. keyValuesView()
RichIterable<CharDoublePair>
SynchronizedCharDoubleMap. keyValuesView()
RichIterable<CharFloatPair>
SynchronizedCharFloatMap. keyValuesView()
RichIterable<CharIntPair>
SynchronizedCharIntMap. keyValuesView()
RichIterable<CharLongPair>
SynchronizedCharLongMap. keyValuesView()
RichIterable<CharObjectPair<V>>
SynchronizedCharObjectMap. keyValuesView()
RichIterable<CharShortPair>
SynchronizedCharShortMap. keyValuesView()
RichIterable<DoubleBooleanPair>
SynchronizedDoubleBooleanMap. keyValuesView()
RichIterable<DoubleBytePair>
SynchronizedDoubleByteMap. keyValuesView()
RichIterable<DoubleCharPair>
SynchronizedDoubleCharMap. keyValuesView()
RichIterable<DoubleDoublePair>
SynchronizedDoubleDoubleMap. keyValuesView()
RichIterable<DoubleFloatPair>
SynchronizedDoubleFloatMap. keyValuesView()
RichIterable<DoubleIntPair>
SynchronizedDoubleIntMap. keyValuesView()
RichIterable<DoubleLongPair>
SynchronizedDoubleLongMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
SynchronizedDoubleObjectMap. keyValuesView()
RichIterable<DoubleShortPair>
SynchronizedDoubleShortMap. keyValuesView()
RichIterable<FloatBooleanPair>
SynchronizedFloatBooleanMap. keyValuesView()
RichIterable<FloatBytePair>
SynchronizedFloatByteMap. keyValuesView()
RichIterable<FloatCharPair>
SynchronizedFloatCharMap. keyValuesView()
RichIterable<FloatDoublePair>
SynchronizedFloatDoubleMap. keyValuesView()
RichIterable<FloatFloatPair>
SynchronizedFloatFloatMap. keyValuesView()
RichIterable<FloatIntPair>
SynchronizedFloatIntMap. keyValuesView()
RichIterable<FloatLongPair>
SynchronizedFloatLongMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
SynchronizedFloatObjectMap. keyValuesView()
RichIterable<FloatShortPair>
SynchronizedFloatShortMap. keyValuesView()
RichIterable<IntBooleanPair>
SynchronizedIntBooleanMap. keyValuesView()
RichIterable<IntBytePair>
SynchronizedIntByteMap. keyValuesView()
RichIterable<IntCharPair>
SynchronizedIntCharMap. keyValuesView()
RichIterable<IntDoublePair>
SynchronizedIntDoubleMap. keyValuesView()
RichIterable<IntFloatPair>
SynchronizedIntFloatMap. keyValuesView()
RichIterable<IntIntPair>
SynchronizedIntIntMap. keyValuesView()
RichIterable<IntLongPair>
SynchronizedIntLongMap. keyValuesView()
RichIterable<IntObjectPair<V>>
SynchronizedIntObjectMap. keyValuesView()
RichIterable<IntShortPair>
SynchronizedIntShortMap. keyValuesView()
RichIterable<LongBooleanPair>
SynchronizedLongBooleanMap. keyValuesView()
RichIterable<LongBytePair>
SynchronizedLongByteMap. keyValuesView()
RichIterable<LongCharPair>
SynchronizedLongCharMap. keyValuesView()
RichIterable<LongDoublePair>
SynchronizedLongDoubleMap. keyValuesView()
RichIterable<LongFloatPair>
SynchronizedLongFloatMap. keyValuesView()
RichIterable<LongIntPair>
SynchronizedLongIntMap. keyValuesView()
RichIterable<LongLongPair>
SynchronizedLongLongMap. keyValuesView()
RichIterable<LongObjectPair<V>>
SynchronizedLongObjectMap. keyValuesView()
RichIterable<LongShortPair>
SynchronizedLongShortMap. keyValuesView()
RichIterable<ObjectBooleanPair<K>>
SynchronizedObjectBooleanMap. keyValuesView()
RichIterable<ObjectBytePair<K>>
SynchronizedObjectByteMap. keyValuesView()
RichIterable<ObjectCharPair<K>>
SynchronizedObjectCharMap. keyValuesView()
RichIterable<ObjectDoublePair<K>>
SynchronizedObjectDoubleMap. keyValuesView()
RichIterable<ObjectFloatPair<K>>
SynchronizedObjectFloatMap. keyValuesView()
RichIterable<ObjectIntPair<K>>
SynchronizedObjectIntMap. keyValuesView()
RichIterable<ObjectLongPair<K>>
SynchronizedObjectLongMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
SynchronizedObjectShortMap. keyValuesView()
RichIterable<ShortBooleanPair>
SynchronizedShortBooleanMap. keyValuesView()
RichIterable<ShortBytePair>
SynchronizedShortByteMap. keyValuesView()
RichIterable<ShortCharPair>
SynchronizedShortCharMap. keyValuesView()
RichIterable<ShortDoublePair>
SynchronizedShortDoubleMap. keyValuesView()
RichIterable<ShortFloatPair>
SynchronizedShortFloatMap. keyValuesView()
RichIterable<ShortIntPair>
SynchronizedShortIntMap. keyValuesView()
RichIterable<ShortLongPair>
SynchronizedShortLongMap. keyValuesView()
RichIterable<ShortObjectPair<V>>
SynchronizedShortObjectMap. keyValuesView()
RichIterable<ShortShortPair>
SynchronizedShortShortMap. keyValuesView()
RichIterable<ByteBooleanPair>
UnmodifiableByteBooleanMap. keyValuesView()
RichIterable<ByteBytePair>
UnmodifiableByteByteMap. keyValuesView()
RichIterable<ByteCharPair>
UnmodifiableByteCharMap. keyValuesView()
RichIterable<ByteDoublePair>
UnmodifiableByteDoubleMap. keyValuesView()
RichIterable<ByteFloatPair>
UnmodifiableByteFloatMap. keyValuesView()
RichIterable<ByteIntPair>
UnmodifiableByteIntMap. keyValuesView()
RichIterable<ByteLongPair>
UnmodifiableByteLongMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
UnmodifiableByteObjectMap. keyValuesView()
RichIterable<ByteShortPair>
UnmodifiableByteShortMap. keyValuesView()
RichIterable<CharBooleanPair>
UnmodifiableCharBooleanMap. keyValuesView()
RichIterable<CharBytePair>
UnmodifiableCharByteMap. keyValuesView()
RichIterable<CharCharPair>
UnmodifiableCharCharMap. keyValuesView()
RichIterable<CharDoublePair>
UnmodifiableCharDoubleMap. keyValuesView()
RichIterable<CharFloatPair>
UnmodifiableCharFloatMap. keyValuesView()
RichIterable<CharIntPair>
UnmodifiableCharIntMap. keyValuesView()
RichIterable<CharLongPair>
UnmodifiableCharLongMap. keyValuesView()
RichIterable<CharObjectPair<V>>
UnmodifiableCharObjectMap. keyValuesView()
RichIterable<CharShortPair>
UnmodifiableCharShortMap. keyValuesView()
RichIterable<DoubleBooleanPair>
UnmodifiableDoubleBooleanMap. keyValuesView()
RichIterable<DoubleBytePair>
UnmodifiableDoubleByteMap. keyValuesView()
RichIterable<DoubleCharPair>
UnmodifiableDoubleCharMap. keyValuesView()
RichIterable<DoubleDoublePair>
UnmodifiableDoubleDoubleMap. keyValuesView()
RichIterable<DoubleFloatPair>
UnmodifiableDoubleFloatMap. keyValuesView()
RichIterable<DoubleIntPair>
UnmodifiableDoubleIntMap. keyValuesView()
RichIterable<DoubleLongPair>
UnmodifiableDoubleLongMap. keyValuesView()
RichIterable<DoubleObjectPair<V>>
UnmodifiableDoubleObjectMap. keyValuesView()
RichIterable<DoubleShortPair>
UnmodifiableDoubleShortMap. keyValuesView()
RichIterable<FloatBooleanPair>
UnmodifiableFloatBooleanMap. keyValuesView()
RichIterable<FloatBytePair>
UnmodifiableFloatByteMap. keyValuesView()
RichIterable<FloatCharPair>
UnmodifiableFloatCharMap. keyValuesView()
RichIterable<FloatDoublePair>
UnmodifiableFloatDoubleMap. keyValuesView()
RichIterable<FloatFloatPair>
UnmodifiableFloatFloatMap. keyValuesView()
RichIterable<FloatIntPair>
UnmodifiableFloatIntMap. keyValuesView()
RichIterable<FloatLongPair>
UnmodifiableFloatLongMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
UnmodifiableFloatObjectMap. keyValuesView()
RichIterable<FloatShortPair>
UnmodifiableFloatShortMap. keyValuesView()
RichIterable<IntBooleanPair>
UnmodifiableIntBooleanMap. keyValuesView()
RichIterable<IntBytePair>
UnmodifiableIntByteMap. keyValuesView()
RichIterable<IntCharPair>
UnmodifiableIntCharMap. keyValuesView()
RichIterable<IntDoublePair>
UnmodifiableIntDoubleMap. keyValuesView()
RichIterable<IntFloatPair>
UnmodifiableIntFloatMap. keyValuesView()
RichIterable<IntIntPair>
UnmodifiableIntIntMap. keyValuesView()
RichIterable<IntLongPair>
UnmodifiableIntLongMap. keyValuesView()
RichIterable<IntObjectPair<V>>
UnmodifiableIntObjectMap. keyValuesView()
RichIterable<IntShortPair>
UnmodifiableIntShortMap. keyValuesView()
RichIterable<LongBooleanPair>
UnmodifiableLongBooleanMap. keyValuesView()
RichIterable<LongBytePair>
UnmodifiableLongByteMap. keyValuesView()
RichIterable<LongCharPair>
UnmodifiableLongCharMap. keyValuesView()
RichIterable<LongDoublePair>
UnmodifiableLongDoubleMap. keyValuesView()
RichIterable<LongFloatPair>
UnmodifiableLongFloatMap. keyValuesView()
RichIterable<LongIntPair>
UnmodifiableLongIntMap. keyValuesView()
RichIterable<LongLongPair>
UnmodifiableLongLongMap. keyValuesView()
RichIterable<LongObjectPair<V>>
UnmodifiableLongObjectMap. keyValuesView()
RichIterable<LongShortPair>
UnmodifiableLongShortMap. keyValuesView()
RichIterable<ObjectBooleanPair<K>>
UnmodifiableObjectBooleanMap. keyValuesView()
RichIterable<ObjectBytePair<K>>
UnmodifiableObjectByteMap. keyValuesView()
RichIterable<ObjectCharPair<K>>
UnmodifiableObjectCharMap. keyValuesView()
RichIterable<ObjectDoublePair<K>>
UnmodifiableObjectDoubleMap. keyValuesView()
RichIterable<ObjectFloatPair<K>>
UnmodifiableObjectFloatMap. keyValuesView()
RichIterable<ObjectIntPair<K>>
UnmodifiableObjectIntMap. keyValuesView()
RichIterable<ObjectLongPair<K>>
UnmodifiableObjectLongMap. keyValuesView()
RichIterable<ObjectShortPair<K>>
UnmodifiableObjectShortMap. keyValuesView()
RichIterable<ShortBooleanPair>
UnmodifiableShortBooleanMap. keyValuesView()
RichIterable<ShortBytePair>
UnmodifiableShortByteMap. keyValuesView()
RichIterable<ShortCharPair>
UnmodifiableShortCharMap. keyValuesView()
RichIterable<ShortDoublePair>
UnmodifiableShortDoubleMap. keyValuesView()
RichIterable<ShortFloatPair>
UnmodifiableShortFloatMap. keyValuesView()
RichIterable<ShortIntPair>
UnmodifiableShortIntMap. keyValuesView()
RichIterable<ShortLongPair>
UnmodifiableShortLongMap. keyValuesView()
RichIterable<ShortObjectPair<V>>
UnmodifiableShortObjectMap. keyValuesView()
RichIterable<ShortShortPair>
UnmodifiableShortShortMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
ByteObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
CharObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
DoubleObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
FloatObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
IntObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
LongObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
ShortObjectHashMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedByteObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedCharObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedDoubleObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedFloatObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedIntObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedLongObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
SynchronizedShortObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableByteObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableCharObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableDoubleObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableFloatObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableIntObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableLongObjectMap. chunk(int size)
RichIterable<RichIterable<V>>
UnmodifiableShortObjectMap. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.map.ordered.mutable
Classes in org.eclipse.collections.impl.map.ordered.mutable that implement RichIterable Modifier and Type Class Description class
OrderedMapAdapter<K,V>
class
UnmodifiableMutableOrderedMap<K,V>
An unmodifiable view of a map.Methods in org.eclipse.collections.impl.map.ordered.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
UnmodifiableMutableOrderedMap. chunk(int size)
RichIterable<K>
OrderedMapAdapter. keysView()
RichIterable<K>
UnmodifiableMutableOrderedMap. keysView()
RichIterable<Pair<K,V>>
OrderedMapAdapter. keyValuesView()
RichIterable<Pair<K,V>>
UnmodifiableMutableOrderedMap. keyValuesView()
RichIterable<V>
OrderedMapAdapter. valuesView()
RichIterable<V>
UnmodifiableMutableOrderedMap. valuesView()
Methods in org.eclipse.collections.impl.map.ordered.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
UnmodifiableMutableOrderedMap. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.map.sorted.immutable
Classes in org.eclipse.collections.impl.map.sorted.immutable that implement RichIterable Modifier and Type Class Description class
AbstractImmutableSortedMap<K,V>
(package private) class
ImmutableEmptySortedMap<K,V>
This is a zero elementImmutableSortedMap
which is created by calling SortedMaps.immutable.empty().class
ImmutableTreeMap<K,V>
Methods in org.eclipse.collections.impl.map.sorted.immutable that return RichIterable Modifier and Type Method Description RichIterable<K>
ImmutableEmptySortedMap. keysView()
RichIterable<K>
ImmutableTreeMap. keysView()
RichIterable<Pair<K,V>>
ImmutableEmptySortedMap. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableTreeMap. keyValuesView()
RichIterable<V>
ImmutableEmptySortedMap. valuesView()
RichIterable<V>
ImmutableTreeMap. valuesView()
-
Uses of RichIterable in org.eclipse.collections.impl.map.sorted.mutable
Classes in org.eclipse.collections.impl.map.sorted.mutable that implement RichIterable Modifier and Type Class Description class
AbstractMutableSortedMap<K,V>
class
SortedMapAdapter<K,V>
This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.class
SynchronizedSortedMap<K,V>
A synchronized view of a SortedMap.class
TreeSortedMap<K,V>
class
UnmodifiableTreeMap<K,V>
An unmodifiable view of a map.Methods in org.eclipse.collections.impl.map.sorted.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
UnmodifiableTreeMap. chunk(int size)
RichIterable<K>
UnmodifiableTreeMap. keysView()
RichIterable<Pair<K,V>>
UnmodifiableTreeMap. keyValuesView()
RichIterable<V>
UnmodifiableTreeMap. valuesView()
Methods in org.eclipse.collections.impl.map.sorted.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<V>>
UnmodifiableTreeMap. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.map.strategy.immutable
Classes in org.eclipse.collections.impl.map.strategy.immutable that implement RichIterable Modifier and Type Class Description (package private) class
ImmutableEmptyMapWithHashingStrategy<K,V>
This is a zero elementImmutableUnifiedMapWithHashingStrategy
which is created by calling the HashingStrategyMaps.immutable.empty() method.class
ImmutableUnifiedMapWithHashingStrategy<K,V>
Methods in org.eclipse.collections.impl.map.strategy.immutable that return RichIterable Modifier and Type Method Description RichIterable<K>
ImmutableEmptyMapWithHashingStrategy. keysView()
RichIterable<K>
ImmutableUnifiedMapWithHashingStrategy. keysView()
RichIterable<Pair<K,V>>
ImmutableEmptyMapWithHashingStrategy. keyValuesView()
RichIterable<Pair<K,V>>
ImmutableUnifiedMapWithHashingStrategy. keyValuesView()
RichIterable<V>
ImmutableEmptyMapWithHashingStrategy. valuesView()
RichIterable<V>
ImmutableUnifiedMapWithHashingStrategy. valuesView()
-
Uses of RichIterable in org.eclipse.collections.impl.map.strategy.mutable
Classes in org.eclipse.collections.impl.map.strategy.mutable that implement RichIterable Modifier and Type Class Description class
UnifiedMapWithHashingStrategy<K,V>
UnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values. -
Uses of RichIterable in org.eclipse.collections.impl.multimap
Classes in org.eclipse.collections.impl.multimap with type parameters of type RichIterable Modifier and Type Class Description class
AbstractMultimap<K,V,C extends RichIterable<V>>
class
ImmutableMultimapSerializationProxy<K,V,R extends RichIterable<V>>
Methods in org.eclipse.collections.impl.multimap that return RichIterable Modifier and Type Method Description RichIterable<Pair<K,RichIterable<V>>>
AbstractMultimap. keyMultiValuePairsView()
RichIterable<Pair<K,RichIterable<V>>>
AbstractSynchronizedMultimap. keyMultiValuePairsView()
RichIterable<K>
AbstractMultimap. keysView()
RichIterable<K>
AbstractSynchronizedMultimap. keysView()
RichIterable<Pair<K,V>>
AbstractMultimap. keyValuePairsView()
RichIterable<Pair<K,V>>
AbstractSynchronizedMultimap. keyValuePairsView()
RichIterable<RichIterable<V>>
AbstractMultimap. multiValuesView()
RichIterable<RichIterable<V>>
AbstractSynchronizedMultimap. multiValuesView()
RichIterable<V>
AbstractMultimap. valuesView()
RichIterable<V>
AbstractSynchronizedMultimap. valuesView()
Methods in org.eclipse.collections.impl.multimap that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<Pair<K,RichIterable<V>>>
AbstractMultimap. keyMultiValuePairsView()
RichIterable<Pair<K,RichIterable<V>>>
AbstractSynchronizedMultimap. keyMultiValuePairsView()
RichIterable<RichIterable<V>>
AbstractMultimap. multiValuesView()
RichIterable<RichIterable<V>>
AbstractSynchronizedMultimap. multiValuesView()
MutableMap<K,RichIterable<V>>
AbstractImmutableMultimap. toMap()
MutableMap<K,RichIterable<V>>
AbstractMutableMultimap. toMap()
MutableMap<K,RichIterable<V>>
AbstractSynchronizedMultimap. toMap()
Method parameters in org.eclipse.collections.impl.multimap with type arguments of type RichIterable Modifier and Type Method Description void
AbstractMultimap. forEachKeyMultiValues(Procedure2<? super K,? super RichIterable<V>> procedure)
void
AbstractSynchronizedMultimap. forEachKeyMultiValues(Procedure2<? super K,? super RichIterable<V>> procedure)
<R extends MutableMultimap<K,V>>
RAbstractMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate, R target)
<R extends MutableMultimap<K,V>>
RAbstractSynchronizedMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate, R target)
<R extends MutableMultimap<K,V>>
RAbstractMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate, R target)
<R extends MutableMultimap<K,V>>
RAbstractSynchronizedMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate, R target)
-
Uses of RichIterable in org.eclipse.collections.impl.multimap.bag
Method parameters in org.eclipse.collections.impl.multimap.bag with type arguments of type RichIterable Modifier and Type Method Description HashBagMultimap<K,V>
HashBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableBagMultimap<K,V>
ImmutableBagMultimapImpl. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MultiReaderHashBagMultimap<K,V>
MultiReaderHashBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableBagMultimap<K,V>
SynchronizedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
HashBagMultimap<K,V>
SynchronizedPutHashBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeBagMultimap<K,V>
TreeBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
Deprecated.HashBagMultimap<K,V>
HashBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableBagMultimap<K,V>
ImmutableBagMultimapImpl. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MultiReaderHashBagMultimap<K,V>
MultiReaderHashBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableBagMultimap<K,V>
SynchronizedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
HashBagMultimap<K,V>
SynchronizedPutHashBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeBagMultimap<K,V>
TreeBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
Deprecated. -
Uses of RichIterable in org.eclipse.collections.impl.multimap.bag.sorted
Method parameters in org.eclipse.collections.impl.multimap.bag.sorted with type arguments of type RichIterable Modifier and Type Method Description TreeBagMultimap<K,V>
TreeBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
Deprecated.TreeBagMultimap<K,V>
TreeBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
Deprecated. -
Uses of RichIterable in org.eclipse.collections.impl.multimap.bag.sorted.immutable
Method parameters in org.eclipse.collections.impl.multimap.bag.sorted.immutable with type arguments of type RichIterable Modifier and Type Method Description ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedBagMultimap<K,V>
ImmutableSortedBagMultimapImpl. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.impl.multimap.bag.sorted.mutable
Method parameters in org.eclipse.collections.impl.multimap.bag.sorted.mutable with type arguments of type RichIterable Modifier and Type Method Description MutableSortedBagMultimap<K,V>
SynchronizedSortedBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeBagMultimap<K,V>
TreeBagMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSortedBagMultimap<K,V>
SynchronizedSortedBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeBagMultimap<K,V>
TreeBagMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.impl.multimap.bag.strategy
Method parameters in org.eclipse.collections.impl.multimap.bag.strategy with type arguments of type RichIterable Modifier and Type Method Description HashBagMultimapWithHashingStrategy<K,V>
HashBagMultimapWithHashingStrategy. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
HashBagMultimapWithHashingStrategy<K,V>
HashBagMultimapWithHashingStrategy. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.impl.multimap.list
Method parameters in org.eclipse.collections.impl.multimap.list with type arguments of type RichIterable Modifier and Type Method Description FastListMultimap<K,V>
FastListMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableListMultimap<K,V>
ImmutableListMultimapImpl. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
FastListMultimap<K,V>
MultiReaderFastListMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableListMultimap<K,V>
SynchronizedListMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
FastListMultimap<K,V>
SynchronizedPutFastListMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
FastListMultimap<K,V>
FastListMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableListMultimap<K,V>
ImmutableListMultimapImpl. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
FastListMultimap<K,V>
MultiReaderFastListMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableListMultimap<K,V>
SynchronizedListMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
FastListMultimap<K,V>
SynchronizedPutFastListMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.impl.multimap.set
Method parameters in org.eclipse.collections.impl.multimap.set with type arguments of type RichIterable Modifier and Type Method Description ImmutableSetMultimap<K,V>
ImmutableSetMultimapImpl. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
UnifiedSetMultimap<K,V>
MultiReaderUnifiedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
UnifiedSetMultimap<K,V>
SynchronizedPutUnifiedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSetMultimap<K,V>
SynchronizedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
UnifiedSetMultimap<K,V>
UnifiedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSetMultimap<K,V>
ImmutableSetMultimapImpl. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
UnifiedSetMultimap<K,V>
MultiReaderUnifiedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
UnifiedSetMultimap<K,V>
SynchronizedPutUnifiedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSetMultimap<K,V>
SynchronizedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
UnifiedSetMultimap<K,V>
UnifiedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.impl.multimap.set.sorted
Method parameters in org.eclipse.collections.impl.multimap.set.sorted with type arguments of type RichIterable Modifier and Type Method Description ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeSortedSetMultimap<K,V>
SynchronizedPutTreeSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSortedSetMultimap<K,V>
SynchronizedSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeSortedSetMultimap<K,V>
TreeSortedSetMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
ImmutableSortedSetMultimap<K,V>
ImmutableSortedSetMultimapImpl. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeSortedSetMultimap<K,V>
SynchronizedPutTreeSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
MutableSortedSetMultimap<K,V>
SynchronizedSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
TreeSortedSetMultimap<K,V>
TreeSortedSetMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.impl.multimap.set.strategy
Method parameters in org.eclipse.collections.impl.multimap.set.strategy with type arguments of type RichIterable Modifier and Type Method Description UnifiedSetWithHashingStrategyMultimap<K,V>
UnifiedSetWithHashingStrategyMultimap. rejectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
UnifiedSetWithHashingStrategyMultimap<K,V>
UnifiedSetWithHashingStrategyMultimap. selectKeysMultiValues(Predicate2<? super K,? super RichIterable<V>> predicate)
-
Uses of RichIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
SynchronizedBooleanIterable. chunk(int size)
RichIterable<ByteIterable>
SynchronizedByteIterable. chunk(int size)
RichIterable<CharIterable>
SynchronizedCharIterable. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedDoubleIterable. chunk(int size)
RichIterable<FloatIterable>
SynchronizedFloatIterable. chunk(int size)
RichIterable<IntIterable>
SynchronizedIntIterable. chunk(int size)
RichIterable<LongIterable>
SynchronizedLongIterable. chunk(int size)
RichIterable<ShortIterable>
SynchronizedShortIterable. chunk(int size)
<V> RichIterable<V>
SynchronizedBooleanIterable. collect(BooleanToObjectFunction<? extends V> function)
<V> RichIterable<V>
SynchronizedByteIterable. collect(ByteToObjectFunction<? extends V> function)
<V> RichIterable<V>
SynchronizedCharIterable. collect(CharToObjectFunction<? extends V> function)
<V> RichIterable<V>
SynchronizedDoubleIterable. collect(DoubleToObjectFunction<? extends V> function)
<V> RichIterable<V>
SynchronizedFloatIterable. collect(FloatToObjectFunction<? extends V> function)
<V> RichIterable<V>
SynchronizedIntIterable. collect(IntToObjectFunction<? extends V> function)
<V> RichIterable<V>
SynchronizedLongIterable. collect(LongToObjectFunction<? extends V> function)
<V> RichIterable<V>
SynchronizedShortIterable. collect(ShortToObjectFunction<? extends V> function)
-
Uses of RichIterable in org.eclipse.collections.impl.set
Classes in org.eclipse.collections.impl.set that implement RichIterable Modifier and Type Class Description class
AbstractUnifiedSet<T>
Methods in org.eclipse.collections.impl.set that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractUnifiedSet. chunk(int size)
Methods in org.eclipse.collections.impl.set that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
AbstractUnifiedSet. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.set.fixed
Classes in org.eclipse.collections.impl.set.fixed that implement RichIterable Modifier and Type Class Description (package private) class
AbstractMemoryEfficientMutableSet<T>
(package private) class
DoubletonSet<T>
(package private) class
EmptySet<T>
This class is a memory efficient list with no elements.(package private) class
QuadrupletonSet<T>
(package private) class
SingletonSet<T>
(package private) class
TripletonSet<T>
-
Uses of RichIterable in org.eclipse.collections.impl.set.immutable
Classes in org.eclipse.collections.impl.set.immutable that implement RichIterable Modifier and Type Class Description class
AbstractImmutableSet<T>
This class is the parent class for all ImmutableSets.(package private) class
ImmutableDoubletonSet<T>
(package private) class
ImmutableEmptySet<T>
This is a zero elementImmutableSet
which is created by calling the Sets.immutable.empty() method.(package private) class
ImmutableQuadrupletonSet<T>
(package private) class
ImmutableSingletonSet<T>
(package private) class
ImmutableTripletonSet<T>
(package private) class
ImmutableUnifiedSet<T>
-
Uses of RichIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<ByteIterable>
AbstractImmutableByteSet. chunk(int size)
RichIterable<CharIterable>
AbstractImmutableCharSet. chunk(int size)
RichIterable<DoubleIterable>
AbstractImmutableDoubleSet. chunk(int size)
RichIterable<FloatIterable>
AbstractImmutableFloatSet. chunk(int size)
RichIterable<IntIterable>
AbstractImmutableIntSet. chunk(int size)
RichIterable<LongIterable>
AbstractImmutableLongSet. chunk(int size)
RichIterable<ShortIterable>
AbstractImmutableShortSet. chunk(int size)
RichIterable<BooleanIterable>
ImmutableBooleanEmptySet. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteEmptySet. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteSingletonSet. chunk(int size)
RichIterable<CharIterable>
ImmutableCharEmptySet. chunk(int size)
RichIterable<CharIterable>
ImmutableCharSingletonSet. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleEmptySet. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleSingletonSet. chunk(int size)
RichIterable<BooleanIterable>
ImmutableFalseSet. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatEmptySet. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatSingletonSet. chunk(int size)
RichIterable<IntIterable>
ImmutableIntEmptySet. chunk(int size)
RichIterable<IntIterable>
ImmutableIntSingletonSet. chunk(int size)
RichIterable<LongIterable>
ImmutableLongEmptySet. chunk(int size)
RichIterable<LongIterable>
ImmutableLongSingletonSet. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortEmptySet. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortSingletonSet. chunk(int size)
RichIterable<BooleanIterable>
ImmutableTrueFalseSet. chunk(int size)
RichIterable<BooleanIterable>
ImmutableTrueSet. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement RichIterable Modifier and Type Class Description class
AbstractMutableSet<T>
class
MultiReaderUnifiedSet<T>
MultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.(package private) static class
MultiReaderUnifiedSet.UntouchableMutableSet<T>
class
SetAdapter<T>
This class provides a MutableSet wrapper around a JDK Collections Set interface instance.class
SynchronizedMutableSet<T>
A synchronized view of aMutableSet
.class
UnifiedSet<T>
private class
UnifiedSet.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable
class
UnmodifiableMutableSet<T>
An unmodifiable view of a list.Methods in org.eclipse.collections.impl.set.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
MultiReaderUnifiedSet. chunk(int size)
Methods in org.eclipse.collections.impl.set.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
MultiReaderUnifiedSet. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
BooleanHashSet. chunk(int size)
RichIterable<ByteIterable>
ByteHashSet. chunk(int size)
RichIterable<ByteIterable>
ByteHashSet.ImmutableByteHashSet. chunk(int size)
RichIterable<CharIterable>
CharHashSet. chunk(int size)
RichIterable<DoubleIterable>
DoubleHashSet. chunk(int size)
RichIterable<FloatIterable>
FloatHashSet. chunk(int size)
RichIterable<IntIterable>
IntHashSet. chunk(int size)
RichIterable<LongIterable>
LongHashSet. chunk(int size)
RichIterable<ShortIterable>
ShortHashSet. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.set.sorted.immutable
Classes in org.eclipse.collections.impl.set.sorted.immutable that implement RichIterable Modifier and Type Class Description (package private) class
AbstractImmutableSortedSet<T>
This class is the parent class for all ImmutableSortedSets.(package private) class
ImmutableEmptySortedSet<T>
This is a zero elementImmutableSortedSet
which is created by calling the SortedSets.immutable.empty() method.(package private) class
ImmutableTreeSet<T>
private class
ImmutableTreeSet.SortedSetIterableParallelIterable.SortedSetIterableParallelBatchLazyIterable
-
Uses of RichIterable in org.eclipse.collections.impl.set.sorted.mutable
Classes in org.eclipse.collections.impl.set.sorted.mutable that implement RichIterable Modifier and Type Class Description class
SortedSetAdapter<T>
This class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.class
SynchronizedSortedSet<T>
A synchronized view of aMutableSortedSet
.class
TreeSortedSet<T>
class
UnmodifiableSortedSet<T>
An unmodifiable view of a SortedSet. -
Uses of RichIterable in org.eclipse.collections.impl.set.strategy.immutable
Classes in org.eclipse.collections.impl.set.strategy.immutable that implement RichIterable Modifier and Type Class Description (package private) class
ImmutableEmptySetWithHashingStrategy<T>
This is a zero elementImmutableUnifiedSetWithHashingStrategy
which is created by calling the HashingStrategySets.immutable.empty() method.(package private) class
ImmutableUnifiedSetWithHashingStrategy<T>
-
Uses of RichIterable in org.eclipse.collections.impl.set.strategy.mutable
Classes in org.eclipse.collections.impl.set.strategy.mutable that implement RichIterable Modifier and Type Class Description class
UnifiedSetWithHashingStrategy<T>
private class
UnifiedSetWithHashingStrategy.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterable
-
Uses of RichIterable in org.eclipse.collections.impl.stack.immutable
Classes in org.eclipse.collections.impl.stack.immutable that implement RichIterable Modifier and Type Class Description (package private) class
ImmutableArrayStack<T>
Deprecated.Replaced byImmutableNotEmptyStack
.(package private) class
ImmutableEmptyStack<T>
(package private) class
ImmutableNotEmptyStack<T>
Methods in org.eclipse.collections.impl.stack.immutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
ImmutableArrayStack. chunk(int size)
Deprecated.RichIterable<RichIterable<T>>
ImmutableEmptyStack. chunk(int size)
RichIterable<RichIterable<T>>
ImmutableNotEmptyStack. chunk(int size)
Methods in org.eclipse.collections.impl.stack.immutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
ImmutableArrayStack. chunk(int size)
Deprecated.RichIterable<RichIterable<T>>
ImmutableEmptyStack. chunk(int size)
RichIterable<RichIterable<T>>
ImmutableNotEmptyStack. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
ImmutableBooleanEmptyStack. chunk(int size)
RichIterable<BooleanIterable>
ImmutableBooleanSingletonStack. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteEmptyStack. chunk(int size)
RichIterable<ByteIterable>
ImmutableByteSingletonStack. chunk(int size)
RichIterable<CharIterable>
ImmutableCharEmptyStack. chunk(int size)
RichIterable<CharIterable>
ImmutableCharSingletonStack. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleEmptyStack. chunk(int size)
RichIterable<DoubleIterable>
ImmutableDoubleSingletonStack. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatEmptyStack. chunk(int size)
RichIterable<FloatIterable>
ImmutableFloatSingletonStack. chunk(int size)
RichIterable<IntIterable>
ImmutableIntEmptyStack. chunk(int size)
RichIterable<IntIterable>
ImmutableIntSingletonStack. chunk(int size)
RichIterable<LongIterable>
ImmutableLongEmptyStack. chunk(int size)
RichIterable<LongIterable>
ImmutableLongSingletonStack. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortEmptyStack. chunk(int size)
RichIterable<ShortIterable>
ImmutableShortSingletonStack. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.stack.mutable
Classes in org.eclipse.collections.impl.stack.mutable that implement RichIterable Modifier and Type Class Description class
ArrayStack<T>
ArrayStack is a MutableStack which contains a FastList of data.class
SynchronizedStack<T>
A synchronized view of aMutableStack
.class
UnmodifiableStack<T>
Methods in org.eclipse.collections.impl.stack.mutable that return RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
ArrayStack. chunk(int size)
RichIterable<RichIterable<T>>
SynchronizedStack. chunk(int size)
RichIterable<RichIterable<T>>
UnmodifiableStack. chunk(int size)
Methods in org.eclipse.collections.impl.stack.mutable that return types with arguments of type RichIterable Modifier and Type Method Description RichIterable<RichIterable<T>>
ArrayStack. chunk(int size)
RichIterable<RichIterable<T>>
SynchronizedStack. chunk(int size)
RichIterable<RichIterable<T>>
UnmodifiableStack. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
SynchronizedBooleanStack. chunk(int size)
RichIterable<ByteIterable>
SynchronizedByteStack. chunk(int size)
RichIterable<CharIterable>
SynchronizedCharStack. chunk(int size)
RichIterable<DoubleIterable>
SynchronizedDoubleStack. chunk(int size)
RichIterable<FloatIterable>
SynchronizedFloatStack. chunk(int size)
RichIterable<IntIterable>
SynchronizedIntStack. chunk(int size)
RichIterable<LongIterable>
SynchronizedLongStack. chunk(int size)
RichIterable<ShortIterable>
SynchronizedShortStack. chunk(int size)
RichIterable<BooleanIterable>
UnmodifiableBooleanStack. chunk(int size)
RichIterable<ByteIterable>
UnmodifiableByteStack. chunk(int size)
RichIterable<CharIterable>
UnmodifiableCharStack. chunk(int size)
RichIterable<DoubleIterable>
UnmodifiableDoubleStack. chunk(int size)
RichIterable<FloatIterable>
UnmodifiableFloatStack. chunk(int size)
RichIterable<IntIterable>
UnmodifiableIntStack. chunk(int size)
RichIterable<LongIterable>
UnmodifiableLongStack. chunk(int size)
RichIterable<ShortIterable>
UnmodifiableShortStack. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return RichIterable Modifier and Type Method Description RichIterable<BooleanIterable>
AbstractBooleanStack. chunk(int size)
RichIterable<ByteIterable>
AbstractByteStack. chunk(int size)
RichIterable<CharIterable>
AbstractCharStack. chunk(int size)
RichIterable<DoubleIterable>
AbstractDoubleStack. chunk(int size)
RichIterable<FloatIterable>
AbstractFloatStack. chunk(int size)
RichIterable<IntIterable>
AbstractIntStack. chunk(int size)
RichIterable<LongIterable>
AbstractLongStack. chunk(int size)
RichIterable<ShortIterable>
AbstractShortStack. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return RichIterable Modifier and Type Method Description RichIterable<CharIterable>
CharAdapter. chunk(int size)
RichIterable<IntIterable>
CodePointAdapter. chunk(int size)
RichIterable<IntIterable>
CodePointList. chunk(int size)
-
Uses of RichIterable in org.eclipse.collections.impl.test
Methods in org.eclipse.collections.impl.test with parameters of type RichIterable Modifier and Type Method Description private void
ClassComparer. output(Twin<java.lang.Class<?>> classPair, java.lang.String operation, RichIterable<java.lang.String> strings)
private void
ClassComparer. outputGroupByToString(RichIterable<java.lang.String> methods)
-
Uses of RichIterable in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility that return RichIterable Modifier and Type Method Description static <T> RichIterable<RichIterable<T>>
ArrayIterate. chunk(T[] array, int size)
static <T> RichIterable<RichIterable<T>>
Iterate. chunk(java.lang.Iterable<T> iterable, int size)
static <T> RichIterable<RichIterable<T>>
ListIterate. chunk(java.util.List<T> list, int size)
Methods in org.eclipse.collections.impl.utility that return types with arguments of type RichIterable Modifier and Type Method Description static <T> RichIterable<RichIterable<T>>
ArrayIterate. chunk(T[] array, int size)
static <T> RichIterable<RichIterable<T>>
Iterate. chunk(java.lang.Iterable<T> iterable, int size)
static <T> LazyIterable<RichIterable<T>>
LazyIterate. chunk(java.lang.Iterable<T> iterable, int size)
static <T> RichIterable<RichIterable<T>>
ListIterate. chunk(java.util.List<T> list, int size)
-
Uses of RichIterable in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal that return RichIterable Modifier and Type Method Description static <T> RichIterable<RichIterable<T>>
IterableIterate. chunk(java.lang.Iterable<T> iterable, int size)
static <T> RichIterable<RichIterable<T>>
IteratorIterate. chunk(java.util.Iterator<T> iterator, int size)
static <T> RichIterable<RichIterable<T>>
MutableCollectionIterate. chunk(MutableCollection<T> collection, int size)
Methods in org.eclipse.collections.impl.utility.internal that return types with arguments of type RichIterable Modifier and Type Method Description static <T> RichIterable<RichIterable<T>>
IterableIterate. chunk(java.lang.Iterable<T> iterable, int size)
static <T> RichIterable<RichIterable<T>>
IteratorIterate. chunk(java.util.Iterator<T> iterator, int size)
static <T> RichIterable<RichIterable<T>>
MutableCollectionIterate. chunk(MutableCollection<T> collection, int size)
-