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 ofMaporg.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 theImmutableBaginterface.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 theMutableBaginterface.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 definedHashingStrategys.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction,Predicate,SerializableComparatorandProcedure.org.eclipse.collections.impl.block.procedure.checked This package contains abstract implementations ofProcedureandProcedure2.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.immutable This package contains implementations of theImmutableCollectioninterface.org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.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 theLazyIterableinterface.org.eclipse.collections.impl.lazy.iterator This package contains implementations of theIteratorinterface.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 theListIterableinterface.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeListinterface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.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 theMutableListinterface.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 theMapIterableinterface.org.eclipse.collections.impl.map.fixed This package contains implementations of theFixedSizeMapinterface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMapinterface.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 theMutableMapinterface.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.immutable org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.strategy.immutable This package contains immutable map implementations backed by hashtables that rely onHashingStrategys 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 onHashingStrategys 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 theMultimapinterface.org.eclipse.collections.impl.multimap.bag This package contains implementations of theBagMultimapinterface.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 theListMultimapinterface.org.eclipse.collections.impl.multimap.set This package contains implementations of theSetMultimapinterface.org.eclipse.collections.impl.multimap.set.sorted This package contains implementations of theSortedSetMultimapinterface.org.eclipse.collections.impl.multimap.set.strategy This package contains implementations of theSetMultimapinterface which use a set with user-definedHashingStrategyas 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 definedHashingStrategys.org.eclipse.collections.impl.set.strategy.mutable This package contains implementations of sets with user definedHashingStrategys.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.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 theMutableStackinterface.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 containsSerializeTestHelperandVerifyclasses.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 interfaceLazyIterable<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 aFunction2and specified parameter which is passed to the block.<V> RichIterable<V>RichIterable. flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function)flatCollectis 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)Same as flatCollect, only with a Function2 that is passed an extra 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 interfaceBag<T>A Bag is a Collection whose elements are unordered and may contain duplicate entries.interfaceImmutableBag<T>interfaceImmutableBagIterable<T>interfaceMultiReaderBag<T>A MultiReaderBag provides thread-safe iteration for a bag through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableBag<T>A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.interfaceMutableBagIterable<T>interfaceUnsortedBag<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 interfaceImmutableSortedBag<T>ImmutableSortedBag is the non-modifiable equivalent interface toMutableSortedBag.interfaceMutableSortedBag<T>interfaceSortedBag<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 interfaceBiMap<K,V>A map that allows users to look up key-value pairs from either direction.interfaceImmutableBiMap<K,V>ABiMapwhose contents cannot be altered after initialization.interfaceMutableBiMap<K,V>ABiMapwhose contents can be altered after initialization. -
Uses of RichIterable in org.eclipse.collections.api.collection
Subinterfaces of RichIterable in org.eclipse.collections.api.collection Modifier and Type Interface Description interfaceFixedSizeCollection<T>A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.interfaceImmutableCollection<T>ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.interfaceMutableCollection<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 interfaceFixedSizeList<T>A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.interfaceImmutableList<T>ImmutableList is the non-modifiable equivalent interface toMutableList.interfaceListIterable<T>An iterable whose items are ordered and may be accessed directly by index.interfaceMultiReaderList<T>A MultiReaderList provides thread-safe iteration for a list through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableList<T>A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol. -
Uses of RichIterable in org.eclipse.collections.api.map
Subinterfaces of RichIterable in org.eclipse.collections.api.map Modifier and Type Interface Description interfaceConcurrentMutableMap<K,V>A ConcurrentMutableMap provides an api which combines and supports both MutableMap and ConcurrentMap.interfaceFixedSizeMap<K,V>A FixedSizeMap is a map that may be mutated, but cannot grow or shrink in size.interfaceImmutableMap<K,V>An ImmutableMap is different from a JCF Map because it has no mutating methods.interfaceImmutableMapIterable<K,V>interfaceImmutableOrderedMap<K,V>interfaceMapIterable<K,V>A Read-only Map API, with the minor exception inherited from java.lang.Iterable.interfaceMutableMap<K,V>A MutableMap is similar to a JCF Map but adds additional useful internal iterator methods.interfaceMutableMapIterable<K,V>interfaceMutableOrderedMap<K,V>interfaceOrderedMap<K,V>A map whose keys are ordered but not necessarily sorted, for example a linked hash map.interfaceUnsortedMapIterable<K,V>An iterable Map whose elements are unsorted.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 interfaceByteObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceCharObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceDoubleObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceFloatObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceImmutableByteObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableCharObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableDoubleObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableFloatObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableIntObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableLongObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutablePrimitiveObjectMap<V>interfaceImmutableShortObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceIntObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceLongObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceMutableByteObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableCharObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableDoubleObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableFloatObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableIntObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableLongObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutablePrimitiveObjectMap<V>interfaceMutableShortObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfacePrimitiveObjectMap<V>interfaceShortObjectMap<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 interfaceImmutableSortedMap<K,V>An ImmutableSortedMap is different from a JCF SortedMap because it has no mutating methods.interfaceMutableSortedMap<K,V>A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.interfaceSortedMapIterable<K,V>An iterable Map whose elements are sorted. -
Uses of 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 newMutableMapof 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 voidMultimap. forEachKeyMultiValues(Procedure2<? super K,? super RichIterable<V>> procedure)Calls theprocedurewith 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 interfaceOrderedIterable<T>An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.interfaceReversibleIterable<T>A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.interfaceSortedIterable<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 interfaceFixedSizeSet<T>A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.interfaceImmutableSet<T>ImmutableSet is the non-modifiable equivalent interface toMutableSet.interfaceImmutableSetIterable<T>interfaceMultiReaderSet<T>A MultiReaderSet provides thread-safe iteration for a set through methodswithReadLockAndDelegate()andwithWriteLockAndDelegate().interfaceMutableSet<T>A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.interfaceMutableSetIterable<T>interfaceSetIterable<T>A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).interfaceUnsortedSetIterable<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 interfaceImmutableSortedSet<T>ImmutableSortedSet is the non-modifiable equivalent interface toMutableSortedSet.interfaceMutableSortedSet<T>A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection protocol.interfaceSortedSetIterable<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 interfaceImmutableStack<T>interfaceMutableStack<T>interfaceStackIterable<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 classAbstractRichIterable<T>classSynchronizedRichIterable<T>A synchronized view of a RichIterable.classUnmodifiableRichIterable<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. iterableprivate RichIterable<T>SynchronizedRichIterable.SynchronizedRichIterableSerializationProxy. richIterableMethods 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 classAbstractBag<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 classAbstractImmutableBag<T>classAbstractImmutableBagIterable<T>classImmutableArrayBag<T>(package private) classImmutableEmptyBag<T>This is a zero elementImmutableBagwhich is created by calling the Bags.immutable.empty().classImmutableHashBag<T>(package private) classImmutableSingletonBag<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 classAbstractHashBag<T>classAbstractMutableBag<T>classAbstractMutableBagIterable<T>classHashBag<T>A HashBag is a MutableBag which uses a Map as its underlying data store.classMultiReaderHashBag<T>MultiReaderHashBag provides a thread-safe wrapper around a HashBag, using a ReentrantReadWriteLock.(package private) static classMultiReaderHashBag.UntouchableMutableBag<T>classSynchronizedBag<T>A synchronized view of aMutableBag.classUnmodifiableBag<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) classAbstractImmutableSortedBag<T>(package private) classImmutableEmptySortedBag<T>(package private) classImmutableSortedBagImpl<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 classAbstractMutableSortedBag<T>classSynchronizedSortedBag<T>A synchronized view of aMutableSortedBag.classTreeBag<T>A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.classUnmodifiableSortedBag<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 classHashBagWithHashingStrategy<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 classAbstractBiMap<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 classAbstractImmutableBiMap<K,V>private static classAbstractImmutableBiMap.Inverse<K,V>(package private) classImmutableHashBiMap<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) classAbstractMutableBiMap<K,V>private static classAbstractMutableBiMap.Inverse<K,V>classHashBiMap<K,V>AMutableBiMapwhich uses two hash tables as its underlying data store.classSynchronizedBiMap<K,V>classUnmodifiableBiMap<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 voidMultimapKeyValuesSerializingProcedure. 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 classAbstractSynchronizedRichIterable<T>Fields in org.eclipse.collections.impl.collection declared as RichIterable Modifier and Type Field Description protected RichIterable<T>AbstractSynchronizedRichIterable. delegateMethods 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 classAbstractImmutableCollection<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 classAbstractCollectionAdapter<T>classAbstractMultiReaderMutableCollection<T>AbstractMultiReaderMutableCollection is an abstraction that provides thread-safe collection behaviors.protected static classAbstractMultiReaderMutableCollection.UntouchableMutableCollection<T>classAbstractMutableCollection<T>classAbstractSynchronizedMutableCollection<T>classAbstractUnmodifiableMutableCollection<T>classCollectionAdapter<T>This class provides a MutableCollection interface wrapper around a JDK Collections Collection interface instance.classSynchronizedMutableCollection<T>A synchronized view of aMutableCollection.classUnmodifiableMutableCollection<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 classAbstractLazyIterable<T>AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable, RejectIterable and CollectIterable can be derived.classChunkIterable<T>A ChunkIterable is an iterable that partitions a source iterable into fixed size chunks as it iterates.classCollectIterable<T,V>A CollectIterable is an iterable that transforms a source iterable using a function as it iterates.classCompositeIterable<E>classDistinctIterable<T>A DistinctIterable is an iterable that eliminates duplicates from a source iterable as it iterates.classDropIterable<T>Iterates over the elements of the adapted Iterable skipping the first count elements or the full adapted Iterable if the count is non-positive.classDropWhileIterable<T>Iterates over the elements of the adapted Iterable skipping the first elements until the predicate returns false.classFlatCollectIterable<T,V>classLazyIterableAdapter<T>A LazyIterableAdapter wraps any iterable with the LazyIterable interface.classRejectIterable<T>A RejectIterable is an iterable that filters a source iterable on a negative condition as it iterates.classReverseIterable<T>A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.classSelectInstancesOfIterable<T>A SelectIterable is an iterable that filters a source iterable for instances of a Class as it iterates.classSelectIterable<T>A SelectIterable is an iterable that filters a source iterable on a condition as it iterates.classTakeIterable<T>Iterates over the first count elements of the adapted Iterable or the full size of the adapted iterable if the count is greater than the length of the receiver.classTakeWhileIterable<T>Iterates over the elements of the adapted Iterable until the predicate returns false.classTapIterable<T>A TapIterable is an iterable that executes a procedure for each element before each iteration.classZipIterable<X,Y>A ZipIterable is an iterable that transforms a source iterable on a condition as it iterates.classZipWithIndexIterable<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 voidChunkIterable. 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 classNonParallelIterable<T,RI extends RichIterable<T>>Fields in org.eclipse.collections.impl.lazy.parallel declared as RichIterable Modifier and Type Field Description protected RINonParallelIterable. 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 classListIterableParallelIterable.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 classChunkBooleanIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkByteIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkCharIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkDoubleIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkFloatIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkIntIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkLongIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classChunkShortIterableThis file was automatically generated from template file chunkPrimitiveIterable.stg.classCollectBooleanToObjectIterable<V>classCollectByteToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectCharToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectDoubleToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectFloatToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectIntToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectLongToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classCollectShortToObjectIterable<V>This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.classFlatCollectBooleanToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectByteToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectCharToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectDoubleToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectFloatToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectIntToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectLongToObjectIterable<V>This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.classFlatCollectShortToObjectIterable<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 classIntervalAn 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 classAbstractArrayAdapter<T>classAbstractMemoryEfficientMutableList<T>private static classAbstractMemoryEfficientMutableList.SubList<T>classArrayAdapter<T>This class provides a MutableList wrapper around an array.(package private) classDoubletonList<T>A DoubletonList is a two-element memory efficient List.(package private) classEmptyList<T>This class is a memory efficient list with no elements.(package private) classQuadrupletonList<T>This is a four element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four).(package private) classQuintupletonList<T>This is a five element memory efficient List which is created by calling Lists.fixedSize.of(one, two, three, four, five).(package private) classSextupletonList<T>This is a six element immutable List which is created by calling Lists.fixedSize.of(one, two, three, four, five, six).(package private) classSingletonList<T>This class is a memory efficient list with one element.(package private) classTripletonList<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) classAbstractImmutableList<T>This class is the parent class for all ImmutableLists.protected static classAbstractImmutableList.ImmutableSubList<T>(package private) classImmutableArrayList<T>An ImmutableArrayList wraps a Java array, but it cannot be modified after creation.(package private) classImmutableDecapletonList<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) classImmutableDoubletonList<T>This is a two element immutable List which is created by calling Immutable.newListWith(one, two) method.(package private) classImmutableEmptyList<T>This is a zero elementImmutableListwhich is created by calling the Lists.immutable.empty() method.(package private) classImmutableNonupletonList<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) classImmutableOctupletonList<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) classImmutableQuadrupletonList<T>This is a four element immutable List which is created by calling Immutable.newListWith(one, two, three, four) method.(package private) classImmutableQuintupletonList<T>This is a five element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five) method.(package private) classImmutableSeptupletonList<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) classImmutableSextupletonList<T>This is a six element immutable List which is created by calling Immutable.newListWith(one, two, three, four, five, six) method.(package private) classImmutableSingletonList<T>This is a single element immutable List which is created by calling Immutable.newListWith(one) method.(package private) classImmutableTripletonList<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 classAbstractListAdapter<T>classAbstractMutableList<T>protected static classAbstractMutableList.SubList<T>classArrayListAdapter<T>This class provides a MutableList wrapper around a JDK Collections ArrayList instance.classCompositeFastList<E>CompositeFastList behaves like a list, but is composed of at least one list.classFastList<T>FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent modification exceptions.classListAdapter<T>This class provides a MutableList wrapper around a JDK Collections List interface instance.classMultiReaderFastList<T>MultiReadFastList provides a thread-safe wrapper around a FastList, using a ReentrantReadWriteLock.(package private) static classMultiReaderFastList.UntouchableMutableList<T>classRandomAccessListAdapter<T>This class provides a MutableList wrapper around a JDK Collections List interface instance.classSynchronizedMutableList<T>A synchronized view of aMutableList.classUnmodifiableMutableList<T>An unmodifiable view of a list.private static classUnmodifiableMutableList.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
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement RichIterable Modifier and Type Class Description classBoxedMutableBooleanListA boxed view of aMutableBooleanList.classBoxedMutableByteListA boxed view of aMutableByteList.classBoxedMutableCharListA boxed view of aMutableCharList.classBoxedMutableDoubleListA boxed view of aMutableDoubleList.classBoxedMutableFloatListA boxed view of aMutableFloatList.classBoxedMutableIntListA boxed view of aMutableIntList.classBoxedMutableLongListA boxed view of aMutableLongList.classBoxedMutableShortListA boxed view of aMutableShortList.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 classAbstractMapIterable<K,V>classAbstractSynchronizedMapIterable<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) classAbstractMemoryEfficientMutableMap<K,V>(package private) classDoubletonMap<K,V>(package private) classEmptyMap<K,V>(package private) classSingletonMap<K,V>(package private) classTripletonMap<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 classAbstractImmutableMap<K,V>(package private) classImmutableDoubletonMap<K,V>(package private) classImmutableEmptyMap<K,V>This is a zero elementImmutableMapwhich is created by calling the Maps.immutable.empty() method.(package private) classImmutableQuadrupletonMap<K,V>(package private) classImmutableSingletonMap<K,V>(package private) classImmutableTripletonMap<K,V>classImmutableUnifiedMap<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 classAbstractImmutableByteObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableCharObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableDoubleObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableFloatObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableIntObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableLongObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableShortObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) classImmutableByteObjectEmptyMap<V>ImmutableByteObjectEmptyMap is an optimization forImmutableByteObjectMapof size 0.(package private) classImmutableByteObjectHashMap<V>ImmutableByteObjectHashMap is the non-modifiable equivalent ofByteObjectHashMap.(package private) classImmutableByteObjectSingletonMap<V>ImmutableByteObjectSingletonMap is an optimization forImmutableByteObjectMapof size 1.(package private) classImmutableCharObjectEmptyMap<V>ImmutableCharObjectEmptyMap is an optimization forImmutableCharObjectMapof size 0.(package private) classImmutableCharObjectHashMap<V>ImmutableCharObjectHashMap is the non-modifiable equivalent ofCharObjectHashMap.(package private) classImmutableCharObjectSingletonMap<V>ImmutableCharObjectSingletonMap is an optimization forImmutableCharObjectMapof size 1.(package private) classImmutableDoubleObjectEmptyMap<V>ImmutableDoubleObjectEmptyMap is an optimization forImmutableDoubleObjectMapof size 0.(package private) classImmutableDoubleObjectHashMap<V>ImmutableDoubleObjectHashMap is the non-modifiable equivalent ofDoubleObjectHashMap.(package private) classImmutableDoubleObjectSingletonMap<V>ImmutableDoubleObjectSingletonMap is an optimization forImmutableDoubleObjectMapof size 1.(package private) classImmutableFloatObjectEmptyMap<V>ImmutableFloatObjectEmptyMap is an optimization forImmutableFloatObjectMapof size 0.(package private) classImmutableFloatObjectHashMap<V>ImmutableFloatObjectHashMap is the non-modifiable equivalent ofFloatObjectHashMap.(package private) classImmutableFloatObjectSingletonMap<V>ImmutableFloatObjectSingletonMap is an optimization forImmutableFloatObjectMapof size 1.(package private) classImmutableIntObjectEmptyMap<V>ImmutableIntObjectEmptyMap is an optimization forImmutableIntObjectMapof size 0.(package private) classImmutableIntObjectHashMap<V>ImmutableIntObjectHashMap is the non-modifiable equivalent ofIntObjectHashMap.(package private) classImmutableIntObjectSingletonMap<V>ImmutableIntObjectSingletonMap is an optimization forImmutableIntObjectMapof size 1.(package private) classImmutableLongObjectEmptyMap<V>ImmutableLongObjectEmptyMap is an optimization forImmutableLongObjectMapof size 0.(package private) classImmutableLongObjectHashMap<V>ImmutableLongObjectHashMap is the non-modifiable equivalent ofLongObjectHashMap.(package private) classImmutableLongObjectSingletonMap<V>ImmutableLongObjectSingletonMap is an optimization forImmutableLongObjectMapof size 1.(package private) classImmutableShortObjectEmptyMap<V>ImmutableShortObjectEmptyMap is an optimization forImmutableShortObjectMapof size 0.(package private) classImmutableShortObjectHashMap<V>ImmutableShortObjectHashMap is the non-modifiable equivalent ofShortObjectHashMap.(package private) classImmutableShortObjectSingletonMap<V>ImmutableShortObjectSingletonMap is an optimization forImmutableShortObjectMapof 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 classAbstractMutableMap<K,V>classAbstractMutableMapIterable<K,V>classConcurrentHashMap<K,V>classConcurrentHashMapUnsafe<K,V>classConcurrentMutableHashMap<K,V>Deprecated.since 2.0classMapAdapter<K,V>This class provides a MutableMap wrapper around a JDK Collections Map interface instance.classSynchronizedMutableMap<K,V>A synchronized view of aMutableMap.classUnifiedMap<K,V>UnifiedMap stores key/value pairs in a single array, where alternate slots are keys and values.classUnmodifiableMutableMap<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.immutable
Classes in org.eclipse.collections.impl.map.ordered.immutable that implement RichIterable Modifier and Type Class Description classImmutableOrderedMapAdapter<K,V>Methods in org.eclipse.collections.impl.map.ordered.immutable that return RichIterable Modifier and Type Method Description RichIterable<K>ImmutableOrderedMapAdapter. keysView()RichIterable<Pair<K,V>>ImmutableOrderedMapAdapter. keyValuesView()RichIterable<V>ImmutableOrderedMapAdapter. valuesView() -
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 classOrderedMapAdapter<K,V>classUnmodifiableMutableOrderedMap<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 classAbstractImmutableSortedMap<K,V>(package private) classImmutableEmptySortedMap<K,V>This is a zero elementImmutableSortedMapwhich is created by calling SortedMaps.immutable.empty().classImmutableTreeMap<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 classAbstractMutableSortedMap<K,V>classSortedMapAdapter<K,V>This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.classSynchronizedSortedMap<K,V>A synchronized view of a SortedMap.classTreeSortedMap<K,V>classUnmodifiableTreeMap<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) classImmutableEmptyMapWithHashingStrategy<K,V>This is a zero elementImmutableUnifiedMapWithHashingStrategywhich is created by calling the HashingStrategyMaps.immutable.empty() method.classImmutableUnifiedMapWithHashingStrategy<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 classUnifiedMapWithHashingStrategy<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 classAbstractMultimap<K,V,C extends RichIterable<V>>classImmutableMultimapSerializationProxy<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 voidAbstractMultimap. forEachKeyMultiValues(Procedure2<? super K,? super RichIterable<V>> procedure)voidAbstractSynchronizedMultimap. 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 classAbstractUnifiedSet<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) classAbstractMemoryEfficientMutableSet<T>(package private) classDoubletonSet<T>(package private) classEmptySet<T>This class is a memory efficient list with no elements.(package private) classQuadrupletonSet<T>(package private) classSingletonSet<T>(package private) classTripletonSet<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 classAbstractImmutableSet<T>This class is the parent class for all ImmutableSets.(package private) classImmutableDoubletonSet<T>(package private) classImmutableEmptySet<T>This is a zero elementImmutableSetwhich is created by calling the Sets.immutable.empty() method.(package private) classImmutableQuadrupletonSet<T>(package private) classImmutableSingletonSet<T>(package private) classImmutableTripletonSet<T>(package private) classImmutableUnifiedSet<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 classAbstractMutableSet<T>classMultiReaderUnifiedSet<T>MultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.(package private) static classMultiReaderUnifiedSet.UntouchableMutableSet<T>classSetAdapter<T>This class provides a MutableSet wrapper around a JDK Collections Set interface instance.classSynchronizedMutableSet<T>A synchronized view of aMutableSet.classUnifiedSet<T>private classUnifiedSet.UnifiedSetParallelUnsortedIterable.UnifiedSetParallelSplitLazyIterableclassUnmodifiableMutableSet<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
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement RichIterable Modifier and Type Class Description classBoxedMutableBooleanSetA boxed view of aMutableBooleanSet.classBoxedMutableByteSetA boxed view of aMutableByteSet.classBoxedMutableCharSetA boxed view of aMutableCharSet.classBoxedMutableDoubleSetA boxed view of aMutableDoubleSet.classBoxedMutableFloatSetA boxed view of aMutableFloatSet.classBoxedMutableIntSetA boxed view of aMutableIntSet.classBoxedMutableLongSetA boxed view of aMutableLongSet.classBoxedMutableShortSetA boxed view of aMutableShortSet.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) classAbstractImmutableSortedSet<T>This class is the parent class for all ImmutableSortedSets.(package private) classImmutableEmptySortedSet<T>This is a zero elementImmutableSortedSetwhich is created by calling the SortedSets.immutable.empty() method.(package private) classImmutableTreeSet<T>private classImmutableTreeSet.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 classSortedSetAdapter<T>This class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.classSynchronizedSortedSet<T>A synchronized view of aMutableSortedSet.classTreeSortedSet<T>classUnmodifiableSortedSet<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) classImmutableEmptySetWithHashingStrategy<T>This is a zero elementImmutableUnifiedSetWithHashingStrategywhich is created by calling the HashingStrategySets.immutable.empty() method.(package private) classImmutableUnifiedSetWithHashingStrategy<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 classUnifiedSetWithHashingStrategy<T>private classUnifiedSetWithHashingStrategy.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) classImmutableArrayStack<T>Deprecated.Replaced byImmutableNotEmptyStack.(package private) classImmutableEmptyStack<T>(package private) classImmutableNotEmptyStack<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 classArrayStack<T>ArrayStack is a MutableStack which contains a FastList of data.classSynchronizedStack<T>A synchronized view of aMutableStack.classUnmodifiableStack<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 voidClassComparer. output(Twin<java.lang.Class<?>> classPair, java.lang.String operation, RichIterable<java.lang.String> strings)private voidClassComparer. 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)
-