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.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
org.eclipse.collections.api.multimap |
This package contains interfaces for
Multimap . |
org.eclipse.collections.api.ordered | |
org.eclipse.collections.api.partition |
This package contains interfaces for
PartitionIterable . |
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
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 the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
org.eclipse.collections.impl.bag.strategy.mutable |
This package contains implementations of bags with user defined
HashingStrategy s. |
org.eclipse.collections.impl.bimap | |
org.eclipse.collections.impl.bimap.immutable | |
org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function , Predicate , SerializableComparator and Procedure . |
org.eclipse.collections.impl.block.procedure.checked |
This package contains abstract implementations of
Procedure and Procedure2 . |
org.eclipse.collections.impl.collection | |
org.eclipse.collections.impl.collection.immutable |
This package contains implementations of the
ImmutableCollection interface. |
org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.lazy.iterator |
This package contains implementations of the
Iterator interface. |
org.eclipse.collections.impl.lazy.parallel | |
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 the
ListIterable interface. |
org.eclipse.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
org.eclipse.collections.impl.map |
This package contains implementations of the
MapIterable interface. |
org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.ordered.mutable | |
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.map.strategy.immutable |
This package contains immutable map implementations backed by hashtables that rely on
HashingStrategy s provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
org.eclipse.collections.impl.map.strategy.mutable |
This package contains mutable map implementations backed by hashtables that rely on
HashingStrategy s provided by
the developer to compute the hashCode and equals for the objects stored in the map. |
org.eclipse.collections.impl.multimap |
This package contains implementations of the
Multimap interface. |
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set | |
org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet . |
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 package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
org.eclipse.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategy s. |
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive | |
org.eclipse.collections.impl.string.immutable | |
org.eclipse.collections.impl.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.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
LazyIterable<T> |
A LazyIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.
|
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 as
collect(Function) with a Function2 and specified parameter which is passed to the block. |
<V> RichIterable<V> |
RichIterable.flatCollect(Function<? super T,? extends java.lang.Iterable<V>> function) |
flatCollect is a special case of collect(Function) . |
default <P,V> RichIterable<V> |
RichIterable.flatCollectWith(Function2<? super T,? super P,? extends java.lang.Iterable<V>> function,
P parameter) |
|
RichIterable<T> |
RichIterable.reject(Predicate<? super T> predicate) |
Returns all elements of the source collection that return false when evaluating of the predicate.
|
<P> RichIterable<T> |
RichIterable.rejectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Similar to
reject(Predicate) , except with an evaluation parameter for the second generic argument in Predicate2 . |
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 Class
clazz . |
<P> RichIterable<T> |
RichIterable.selectWith(Predicate2<? super T,? super P> predicate,
P parameter) |
Similar to
select(Predicate) , except with an evaluation parameter for the second generic argument in Predicate2 . |
RichIterable<T> |
RichIterable.tap(Procedure<? super T> procedure) |
Executes the Procedure for each element in the iterable and returns
this . |
<S> RichIterable<Pair<T,S>> |
RichIterable.zip(java.lang.Iterable<S> that) |
Deprecated.
in 6.0. Use
OrderedIterable.zip(Iterable) instead. |
RichIterable<Pair<T,java.lang.Integer>> |
RichIterable.zipWithIndex() |
Deprecated.
in 6.0. Use
OrderedIterable.zipWithIndex() instead. |
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.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Bag<T> |
A Bag is a Collection whose elements are unordered and may contain duplicate entries.
|
interface |
ImmutableBag<T> |
|
interface |
ImmutableBagIterable<T> |
|
interface |
MutableBag<T> |
A MutableBag is a Collection whose elements are unordered and may contain duplicate entries.
|
interface |
MutableBagIterable<T> |
|
interface |
UnsortedBag<T> |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableSortedBag<T> |
ImmutableSortedBag is the non-modifiable equivalent interface to
MutableSortedBag . |
interface |
MutableSortedBag<T> |
|
interface |
SortedBag<T> |
An Iterable whose elements are sorted by some comparator or their natural ordering and may contain duplicate entries.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
BiMap<K,V> |
A map that allows users to look up key-value pairs from either direction.
|
interface |
ImmutableBiMap<K,V> |
A
BiMap whose contents cannot be altered after initialization. |
interface |
MutableBiMap<K,V> |
A
BiMap whose contents can be altered after initialization. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
FixedSizeCollection<T> |
A FixedSizeCollection is a collection that may be mutated, but cannot grow or shrink in size.
|
interface |
ImmutableCollection<T> |
ImmutableCollection is the common interface between ImmutableList, ImmutableSet and ImmutableBag.
|
interface |
MutableCollection<T> |
MutableCollection is an interface which extends the base java.util.Collection interface and adds several internal
iterator methods, from the Smalltalk Collection protocol.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
FixedSizeList<T> |
A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.
|
interface |
ImmutableList<T> |
ImmutableList is the non-modifiable equivalent interface to
MutableList . |
interface |
ListIterable<T> |
An iterable whose items are ordered and may be accessed directly by index.
|
interface |
MutableList<T> |
A MutableList is an extension of java.util.List which provides methods matching the Smalltalk Collection protocol.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ConcurrentMutableMap<K,V> |
A ConcurrentMutableMap provides an api which combines and supports both MutableMap and ConcurrentMap.
|
interface |
FixedSizeMap<K,V> |
A FixedSizeMap is a map that may be mutated, but cannot grow or shrink in size.
|
interface |
ImmutableMap<K,V> |
An ImmutableMap is different than a JCF Map but in that it has no mutating methods.
|
interface |
ImmutableMapIterable<K,V> |
|
interface |
ImmutableOrderedMap<K,V> |
|
interface |
MapIterable<K,V> |
A Read-only Map API, with the minor exception inherited from java.lang.Iterable.
|
interface |
MutableMap<K,V> |
A MutableMap is similar to a JCF Map but adds additional useful internal iterator methods.
|
interface |
MutableMapIterable<K,V> |
|
interface |
MutableOrderedMap<K,V> |
|
interface |
OrderedMap<K,V> |
A map whose keys are ordered but not necessarily sorted, for example a linked hash map.
|
interface |
UnsortedMapIterable<K,V> |
An iterable Map whose elements are unsorted.
|
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.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ByteObjectMap<V> |
This file was automatically generated from template file primitiveObjectMap.stg.
|
interface |
CharObjectMap<V> |
This file was automatically generated from template file primitiveObjectMap.stg.
|
interface |
DoubleObjectMap<V> |
This file was automatically generated from template file primitiveObjectMap.stg.
|
interface |
FloatObjectMap<V> |
This file was automatically generated from template file primitiveObjectMap.stg.
|
interface |
ImmutableByteObjectMap<V> |
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
ImmutableCharObjectMap<V> |
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
ImmutableDoubleObjectMap<V> |
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
ImmutableFloatObjectMap<V> |
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
ImmutableIntObjectMap<V> |
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
ImmutableLongObjectMap<V> |
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
ImmutablePrimitiveObjectMap<V> |
|
interface |
ImmutableShortObjectMap<V> |
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
IntObjectMap<V> |
This file was automatically generated from template file primitiveObjectMap.stg.
|
interface |
LongObjectMap<V> |
This file was automatically generated from template file primitiveObjectMap.stg.
|
interface |
MutableByteObjectMap<V> |
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
interface |
MutableCharObjectMap<V> |
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
interface |
MutableDoubleObjectMap<V> |
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
interface |
MutableFloatObjectMap<V> |
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
interface |
MutableIntObjectMap<V> |
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
interface |
MutableLongObjectMap<V> |
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
interface |
MutablePrimitiveObjectMap<V> |
|
interface |
MutableShortObjectMap<V> |
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
interface |
PrimitiveObjectMap<V> |
|
interface |
ShortObjectMap<V> |
This file was automatically generated from template file primitiveObjectMap.stg.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableSortedMap<K,V> |
An ImmutableSortedMap is different than a JCF SortedMap in that it has no mutating methods, but it shares
the read-only protocol of a SortedMap.
|
interface |
MutableSortedMap<K,V> |
A MutableSortedMap is similar to a JCF Map but adds additional useful internal iterator methods.
|
interface |
SortedMapIterable<K,V> |
An iterable Map whose elements are sorted.
|
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 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 of the key/value pairs.
|
RichIterable<RichIterable<V>> |
Multimap.multiValuesView() |
Returns an unmodifiable view of all of 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.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<Pair<K,RichIterable<V>>> |
Multimap.keyMultiValuePairsView() |
Returns a lazy view of the pair of a key and and a lazy view of the values mapped to that key.
|
RichIterable<RichIterable<V>> |
Multimap.multiValuesView() |
Returns an unmodifiable view of all of the values mapped to each key.
|
MutableMap<K,RichIterable<V>> |
Multimap.toMap() |
Returns a new
MutableMap of keys from this Multimap to the mapped values as a RichIterable . |
Modifier and Type | Interface | Description |
---|---|---|
interface |
OrderedIterable<T> |
An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.
|
interface |
ReversibleIterable<T> |
A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.
|
interface |
SortedIterable<T> |
A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial
order relation.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<T> |
PartitionIterable.getRejected() |
|
RichIterable<T> |
PartitionIterable.getSelected() |
Modifier and Type | Interface | Description |
---|---|---|
interface |
FixedSizeSet<T> |
A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.
|
interface |
ImmutableSet<T> |
ImmutableSet is the non-modifiable equivalent interface to
MutableSet . |
interface |
ImmutableSetIterable<T> |
|
interface |
MutableSet<T> |
A MutableSet is an extension java.util.Set which provides methods matching the Smalltalk Collection protocol.
|
interface |
MutableSetIterable<T> |
|
interface |
SetIterable<T> |
A Read-only Set api, with the minor exception inherited from java.lang.Iterable (iterable.iterator().remove()).
|
interface |
UnsortedSetIterable<T> |
An iterable whose items are unique.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableSortedSet<T> |
ImmutableSortedSet is the non-modifiable equivalent interface to
MutableSortedSet . |
interface |
MutableSortedSet<T> |
A MutableSortedSet is an implementation of a JCF SortedSet which provides methods matching the Smalltalk Collection
protocol.
|
interface |
SortedSetIterable<T> |
An iterable whose items are unique and sorted by some comparator or their natural ordering.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableStack<T> |
|
interface |
MutableStack<T> |
|
interface |
StackIterable<T> |
StackIterable is a last-in-first-out data structure.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractRichIterable<T> |
|
class |
SynchronizedRichIterable<T> |
A synchronized view of a RichIterable.
|
class |
UnmodifiableRichIterable<T> |
An unmodifiable view of a RichIterable.
|
Modifier and Type | Method | Description |
---|---|---|
static <E,RI extends RichIterable<E>> |
UnmodifiableRichIterable.of(RI iterable) |
This method will take a RichIterable and wrap it directly in a UnmodifiableRichIterable.
|
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() |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
UnmodifiableRichIterable.chunk(int size) |
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.
|
Constructor | Description |
---|---|
SynchronizedRichIterableSerializationProxy(RichIterable<T> iterable) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBag<T> |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableBag<T> |
|
class |
AbstractImmutableBagIterable<T> |
|
class |
ImmutableArrayBag<T> |
|
class |
ImmutableHashBag<T> |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractImmutableBag.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractImmutableBag.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractHashBag<T> |
|
class |
AbstractMutableBag<T> |
|
class |
AbstractMutableBagIterable<T> |
|
class |
HashBag<T> |
A HashBag is a MutableBag which uses a Map as its underlying data store.
|
class |
MultiReaderHashBag<T> |
MultiReaderHashBag provides a thread-safe wrapper around a HashBag, using a ReentrantReadWriteLock.
|
class |
SynchronizedBag<T> |
A synchronized view of a
MutableBag . |
class |
UnmodifiableBag<T> |
An unmodifiable view of a bag.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractMutableBagIterable.chunk(int size) |
|
RichIterable<RichIterable<T>> |
MultiReaderHashBag.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractMutableBagIterable.chunk(int size) |
|
RichIterable<RichIterable<T>> |
MultiReaderHashBag.chunk(int size) |
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) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableSortedBag<T> |
|
class |
SynchronizedSortedBag<T> |
A synchronized view of a
MutableSortedBag . |
class |
TreeBag<T> |
A TreeBag is a MutableSortedBag which uses a SortedMap as its underlying data store.
|
class |
UnmodifiableSortedBag<T> |
An unmodifiable view of a SortedBag.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HashBagWithHashingStrategy<T> |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBiMap<K,V> |
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() |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<V>> |
AbstractBiMap.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableBiMap<K,V> |
Modifier and Type | Class | Description |
---|---|---|
class |
HashBiMap<K,V> |
A
MutableBiMap which uses two hash tables as its underlying data store. |
class |
SynchronizedBiMap<K,V> |
|
class |
UnmodifiableBiMap<K,V> |
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> |
SynchronizedBiMap.keysView() |
|
RichIterable<K> |
UnmodifiableBiMap.keysView() |
|
RichIterable<Pair<K,V>> |
UnmodifiableBiMap.keyValuesView() |
|
RichIterable<V> |
SynchronizedBiMap.valuesView() |
|
RichIterable<V> |
UnmodifiableBiMap.valuesView() |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<V>> |
UnmodifiableBiMap.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
static <K,V> Function<K,RichIterable<V>> |
MultimapFunctions.get(Multimap<K,V> multimap) |
Modifier and Type | Method | Description |
---|---|---|
void |
MultimapKeyValuesSerializingProcedure.safeValue(K key,
RichIterable<V> iterable) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractSynchronizedRichIterable<T> |
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) |
|
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() |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractSynchronizedRichIterable.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableCollection<T> |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractImmutableCollection.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractImmutableCollection.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCollectionAdapter<T> |
|
class |
AbstractMultiReaderMutableCollection<T> |
AbstractMultiReaderMutableCollection is a common abstraction that provides thread-safe collection behaviors.
|
class |
AbstractMutableCollection<T> |
|
class |
AbstractSynchronizedMutableCollection<T> |
|
class |
AbstractUnmodifiableMutableCollection<T> |
|
class |
CollectionAdapter<T> |
This class provides a MutableCollection interface wrapper around a JDK Collections Collection interface instance.
|
class |
SynchronizedMutableCollection<T> |
A synchronized view of a
MutableCollection . |
class |
UnmodifiableMutableCollection<T> |
An unmodifiable view of a collection.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractCollectionAdapter.chunk(int size) |
|
RichIterable<RichIterable<T>> |
AbstractMutableCollection.chunk(int size) |
|
RichIterable<RichIterable<T>> |
AbstractUnmodifiableMutableCollection.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractCollectionAdapter.chunk(int size) |
|
RichIterable<RichIterable<T>> |
AbstractMutableCollection.chunk(int size) |
|
RichIterable<RichIterable<T>> |
AbstractUnmodifiableMutableCollection.chunk(int size) |
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) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractLazyIterable<T> |
AbstractLazyIterable provides a base from which deferred iterables such as SelectIterable,
RejectIterable and CollectIterable can be derived.
|
class |
ChunkIterable<T> |
A ChunkIterable is an iterable that partitions a source iterable into fixed size chunks as it iterates.
|
class |
CollectIterable<T,V> |
A CollectIterable is an iterable that transforms a source iterable using a function as it iterates.
|
class |
CompositeIterable<E> |
|
class |
DistinctIterable<T> |
A DistinctIterable is an iterable that eliminates duplicates from a source iterable as it iterates.
|
class |
DropIterable<T> |
Iterates over the elements of the adapted Iterable skipping the first count elements or the full adapted Iterable if
the count is non-positive.
|
class |
DropWhileIterable<T> |
Iterates over the elements of the adapted Iterable skipping the first elements until the predicate returns false.
|
class |
FlatCollectIterable<T,V> |
|
class |
LazyIterableAdapter<T> |
A LazyIterableAdapter wraps any iterable with the LazyIterable interface.
|
class |
RejectIterable<T> |
A RejectIterable is an iterable that filters a source iterable on a negative condition as it iterates.
|
class |
ReverseIterable<T> |
A ReverseIterable is an iterable that wraps another iterable and iterates in reverse order.
|
class |
SelectInstancesOfIterable<T> |
A SelectIterable is an iterable that filters a source iterable for instances of a Class as it iterates.
|
class |
SelectIterable<T> |
A SelectIterable is an iterable that filters a source iterable on a condition as it iterates.
|
class |
TakeIterable<T> |
Iterates over the first count elements of the adapted Iterable or the full size of the adapted
iterable if the count is greater than the length of the receiver.
|
class |
TakeWhileIterable<T> |
Iterates over the elements of the adapted Iterable until the predicate returns false.
|
class |
TapIterable<T> |
A TapIterable is an iterable that executes a procedure for each element before each iteration.
|
class |
ZipIterable<X,Y> |
A ZipIterable is an iterable that transforms a source iterable on a condition as it iterates.
|
class |
ZipWithIndexIterable<T> |
A CollectIterable is an iterable that transforms a source iterable on a condition as it iterates.
|
Modifier and Type | Method | Description |
---|---|---|
LazyIterable<RichIterable<T>> |
AbstractLazyIterable.chunk(int size) |
|
java.util.Iterator<RichIterable<T>> |
ChunkIterable.iterator() |
Modifier and Type | Method | Description |
---|---|---|
void |
ChunkIterable.each(Procedure<? super RichIterable<T>> procedure) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<T> |
ChunkIterator.next() |
Modifier and Type | Class | Description |
---|---|---|
class |
NonParallelIterable<T,RI extends RichIterable<T>> |
Modifier and Type | Class | Description |
---|---|---|
class |
ChunkBooleanIterable |
This file was automatically generated from template file chunkPrimitiveIterable.stg.
|
class |
ChunkByteIterable |
This file was automatically generated from template file chunkPrimitiveIterable.stg.
|
class |
ChunkCharIterable |
This file was automatically generated from template file chunkPrimitiveIterable.stg.
|
class |
ChunkDoubleIterable |
This file was automatically generated from template file chunkPrimitiveIterable.stg.
|
class |
ChunkFloatIterable |
This file was automatically generated from template file chunkPrimitiveIterable.stg.
|
class |
ChunkIntIterable |
This file was automatically generated from template file chunkPrimitiveIterable.stg.
|
class |
ChunkLongIterable |
This file was automatically generated from template file chunkPrimitiveIterable.stg.
|
class |
ChunkShortIterable |
This file was automatically generated from template file chunkPrimitiveIterable.stg.
|
class |
CollectBooleanToObjectIterable<V> |
|
class |
CollectByteToObjectIterable<V> |
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectCharToObjectIterable<V> |
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectDoubleToObjectIterable<V> |
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectFloatToObjectIterable<V> |
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectIntToObjectIterable<V> |
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectLongToObjectIterable<V> |
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
CollectShortToObjectIterable<V> |
This file was automatically generated from template file collectPrimitiveToObjectIterable.stg.
|
class |
FlatCollectBooleanToObjectIterable<V> |
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.
|
class |
FlatCollectByteToObjectIterable<V> |
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.
|
class |
FlatCollectCharToObjectIterable<V> |
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.
|
class |
FlatCollectDoubleToObjectIterable<V> |
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.
|
class |
FlatCollectFloatToObjectIterable<V> |
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.
|
class |
FlatCollectIntToObjectIterable<V> |
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.
|
class |
FlatCollectLongToObjectIterable<V> |
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.
|
class |
FlatCollectShortToObjectIterable<V> |
This file was automatically generated from template file flatCollectPrimitiveToObjectIterable.stg.
|
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) |
Modifier and Type | Class | Description |
---|---|---|
class |
Interval |
An Interval is a range of integers that may be iterated over using a step value.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractArrayAdapter<T> |
|
class |
AbstractMemoryEfficientMutableList<T> |
|
class |
ArrayAdapter<T> |
This class provides a MutableList wrapper around an array.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractListAdapter<T> |
|
class |
AbstractMutableList<T> |
|
class |
ArrayListAdapter<T> |
This class provides a MutableList wrapper around a JDK Collections ArrayList instance.
|
class |
CompositeFastList<E> |
CompositeFastList behaves like a list, but is composed of at least one list.
|
class |
FastList<T> |
FastList is an attempt to provide the same functionality as ArrayList without the support for concurrent
modification exceptions.
|
class |
ListAdapter<T> |
This class provides a MutableList wrapper around a JDK Collections List interface instance.
|
class |
MultiReaderFastList<T> |
MultiReadFastList provides a thread-safe wrapper around a FastList, using a ReentrantReadWriteLock.
|
class |
RandomAccessListAdapter<T> |
This class provides a MutableList wrapper around a JDK Collections List interface instance.
|
class |
SynchronizedMutableList<T> |
A synchronized view of a
MutableList . |
class |
UnmodifiableMutableList<T> |
An unmodifiable view of a list.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractMutableList.chunk(int size) |
|
RichIterable<RichIterable<T>> |
MultiReaderFastList.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractMutableList.chunk(int size) |
|
RichIterable<RichIterable<T>> |
MultiReaderFastList.chunk(int size) |
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) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<IntIterable> |
IntInterval.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMapIterable<K,V> |
|
class |
AbstractSynchronizedMapIterable<K,V> |
A synchronized view of a map.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<V>> |
AbstractMapIterable.chunk(int size) |
|
RichIterable<Pair<K,V>> |
AbstractSynchronizedMapIterable.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<V>> |
AbstractMapIterable.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableMap<K,V> |
|
class |
ImmutableUnifiedMap<K,V> |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<K> |
ImmutableUnifiedMap.keysView() |
|
RichIterable<Pair<K,V>> |
ImmutableUnifiedMap.keyValuesView() |
|
RichIterable<V> |
ImmutableUnifiedMap.valuesView() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableByteObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
class |
AbstractImmutableCharObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
class |
AbstractImmutableDoubleObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
class |
AbstractImmutableFloatObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
class |
AbstractImmutableIntObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
class |
AbstractImmutableLongObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
class |
AbstractImmutableShortObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableMap<K,V> |
|
class |
AbstractMutableMapIterable<K,V> |
|
class |
ConcurrentHashMap<K,V> |
|
class |
ConcurrentHashMapUnsafe<K,V> |
|
class |
ConcurrentMutableHashMap<K,V> |
Deprecated.
since 2.0
|
class |
MapAdapter<K,V> |
This class provides a MutableMap wrapper around a JDK Collections Map interface instance.
|
class |
SynchronizedMutableMap<K,V> |
A synchronized view of a
MutableMap . |
class |
UnifiedMap<K,V> |
UnifiedMap stores key/value pairs in a single array, where alternate slots are keys and values.
|
class |
UnmodifiableMutableMap<K,V> |
An unmodifiable view of a map.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<V>> |
UnmodifiableMutableMap.chunk(int size) |
|
RichIterable<K> |
AbstractMutableMapIterable.keysView() |
|
RichIterable<K> |
SynchronizedMutableMap.keysView() |
|
RichIterable<K> |
UnmodifiableMutableMap.keysView() |
|
RichIterable<Pair<K,V>> |
AbstractMutableMapIterable.keyValuesView() |
|
RichIterable<Pair<K,V>> |
UnmodifiableMutableMap.keyValuesView() |
|
RichIterable<V> |
AbstractMutableMapIterable.valuesView() |
|
RichIterable<V> |
SynchronizedMutableMap.valuesView() |
|
RichIterable<V> |
UnmodifiableMutableMap.valuesView() |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<V>> |
UnmodifiableMutableMap.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
ByteObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
CharObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
DoubleObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
FloatObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
IntObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
LongObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
ShortObjectHashMap<V> |
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedByteObjectMap<V> |
A synchronized view of a
MutableByteObjectMap . |
class |
SynchronizedCharObjectMap<V> |
A synchronized view of a
MutableCharObjectMap . |
class |
SynchronizedDoubleObjectMap<V> |
A synchronized view of a
MutableDoubleObjectMap . |
class |
SynchronizedFloatObjectMap<V> |
A synchronized view of a
MutableFloatObjectMap . |
class |
SynchronizedIntObjectMap<V> |
A synchronized view of a
MutableIntObjectMap . |
class |
SynchronizedLongObjectMap<V> |
A synchronized view of a
MutableLongObjectMap . |
class |
SynchronizedShortObjectMap<V> |
A synchronized view of a
MutableShortObjectMap . |
class |
UnmodifiableByteObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
class |
UnmodifiableCharObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
class |
UnmodifiableDoubleObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
class |
UnmodifiableFloatObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
class |
UnmodifiableIntObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
class |
UnmodifiableLongObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
class |
UnmodifiableShortObjectMap<V> |
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<BooleanIterable> |
AbstractMutableBooleanValuesMap.chunk(int size) |
|
RichIterable<ByteIterable> |
AbstractMutableByteKeySet.chunk(int size) |
|
RichIterable<ByteIterable> |
AbstractMutableByteValuesMap.chunk(int size) |
|
RichIterable<CharIterable> |
AbstractMutableCharKeySet.chunk(int size) |
|
RichIterable<CharIterable> |
AbstractMutableCharValuesMap.chunk(int size) |
|
RichIterable<DoubleIterable> |
AbstractMutableDoubleKeySet.chunk(int size) |
|
RichIterable<DoubleIterable> |
AbstractMutableDoubleValuesMap.chunk(int size) |
|
RichIterable<FloatIterable> |
AbstractMutableFloatKeySet.chunk(int size) |
|
RichIterable<FloatIterable> |
AbstractMutableFloatValuesMap.chunk(int size) |
|
RichIterable<IntIterable> |
AbstractMutableIntKeySet.chunk(int size) |
|
RichIterable<IntIterable> |
AbstractMutableIntValuesMap.chunk(int size) |
|
RichIterable<LongIterable> |
AbstractMutableLongKeySet.chunk(int size) |
|
RichIterable<LongIterable> |
AbstractMutableLongValuesMap.chunk(int size) |
|
RichIterable<ShortIterable> |
AbstractMutableShortKeySet.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> |
ObjectBooleanHashMapWithHashingStrategy.chunk(int size) |
|
RichIterable<ByteIterable> |
ObjectByteHashMap.chunk(int size) |
|
RichIterable<ByteIterable> |
ObjectByteHashMapWithHashingStrategy.chunk(int size) |
|
RichIterable<CharIterable> |
ObjectCharHashMap.chunk(int size) |
|
RichIterable<CharIterable> |
ObjectCharHashMapWithHashingStrategy.chunk(int size) |
|
RichIterable<DoubleIterable> |
ObjectDoubleHashMap.chunk(int size) |
|
RichIterable<DoubleIterable> |
ObjectDoubleHashMapWithHashingStrategy.chunk(int size) |
|
RichIterable<FloatIterable> |
ObjectFloatHashMap.chunk(int size) |
|
RichIterable<FloatIterable> |
ObjectFloatHashMapWithHashingStrategy.chunk(int size) |
|
RichIterable<IntIterable> |
ObjectIntHashMap.chunk(int size) |
|
RichIterable<IntIterable> |
ObjectIntHashMapWithHashingStrategy.chunk(int size) |
|
RichIterable<LongIterable> |
ObjectLongHashMap.chunk(int size) |
|
RichIterable<LongIterable> |
ObjectLongHashMapWithHashingStrategy.chunk(int size) |
|
RichIterable<ShortIterable> |
ObjectShortHashMap.chunk(int size) |
|
RichIterable<ShortIterable> |
ObjectShortHashMapWithHashingStrategy.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() |
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) |
Modifier and Type | Class | Description |
---|---|---|
class |
OrderedMapAdapter<K,V> |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<K> |
OrderedMapAdapter.keysView() |
|
RichIterable<Pair<K,V>> |
OrderedMapAdapter.keyValuesView() |
|
RichIterable<V> |
OrderedMapAdapter.valuesView() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableSortedMap<K,V> |
|
class |
ImmutableTreeMap<K,V> |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<K> |
ImmutableTreeMap.keysView() |
|
RichIterable<Pair<K,V>> |
ImmutableTreeMap.keyValuesView() |
|
RichIterable<V> |
ImmutableTreeMap.valuesView() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableSortedMap<K,V> |
|
class |
SortedMapAdapter<K,V> |
This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.
|
class |
SynchronizedSortedMap<K,V> |
A synchronized view of a SortedMap.
|
class |
TreeSortedMap<K,V> |
|
class |
UnmodifiableTreeMap<K,V> |
An unmodifiable view of a map.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<V>> |
UnmodifiableTreeMap.chunk(int size) |
|
RichIterable<K> |
SynchronizedSortedMap.keysView() |
|
RichIterable<K> |
UnmodifiableTreeMap.keysView() |
|
RichIterable<Pair<K,V>> |
UnmodifiableTreeMap.keyValuesView() |
|
RichIterable<V> |
SynchronizedSortedMap.valuesView() |
|
RichIterable<V> |
UnmodifiableTreeMap.valuesView() |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<V>> |
UnmodifiableTreeMap.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
ImmutableUnifiedMapWithHashingStrategy<K,V> |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<K> |
ImmutableUnifiedMapWithHashingStrategy.keysView() |
|
RichIterable<Pair<K,V>> |
ImmutableUnifiedMapWithHashingStrategy.keyValuesView() |
|
RichIterable<V> |
ImmutableUnifiedMapWithHashingStrategy.valuesView() |
Modifier and Type | Class | Description |
---|---|---|
class |
UnifiedMapWithHashingStrategy<K,V> |
UnifiedMapWithHashingStrategy stores key/value pairs in a single array, where alternate slots are keys and values.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMultimap<K,V,C extends RichIterable<V>> |
|
class |
ImmutableMultimapSerializationProxy<K,V,R extends RichIterable<V>> |
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() |
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() |
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) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractUnifiedSet<T> |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractUnifiedSet.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
AbstractUnifiedSet.chunk(int size) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableSet<T> |
This class is the parent class for all ImmutableSets.
|
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) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableSet<T> |
|
class |
MultiReaderUnifiedSet<T> |
MultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.
|
class |
SetAdapter<T> |
This class provides a MutableSet wrapper around a JDK Collections Set interface instance.
|
class |
SynchronizedMutableSet<T> |
A synchronized view of a
MutableSet . |
class |
UnifiedSet<T> |
|
class |
UnmodifiableMutableSet<T> |
An unmodifiable view of a list.
|
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
MultiReaderUnifiedSet.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<RichIterable<T>> |
MultiReaderUnifiedSet.chunk(int size) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<BooleanIterable> |
BooleanHashSet.chunk(int size) |
|
RichIterable<ByteIterable> |
ByteHashSet.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) |
Modifier and Type | Class | Description |
---|---|---|
class |
SortedSetAdapter<T> |
This class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.
|
class |
SynchronizedSortedSet<T> |
A synchronized view of a
MutableSortedSet . |
class |
TreeSortedSet<T> |
|
class |
UnmodifiableSortedSet<T> |
An unmodifiable view of a SortedSet.
|
Modifier and Type | Class | Description |
---|---|---|
class |
UnifiedSetWithHashingStrategy<T> |
Modifier and Type | Class | Description |
---|---|---|
class |
ArrayStack<T> |
ArrayStack is a MutableStack which contains a FastList of data.
|
class |
SynchronizedStack<T> |
A synchronized view of a
MutableStack . |
class |
UnmodifiableStack<T> |
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) |
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) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<BooleanIterable> |
BooleanArrayStack.chunk(int size) |
|
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) |
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) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<CharIterable> |
CharAdapter.chunk(int size) |
|
RichIterable<IntIterable> |
CodePointAdapter.chunk(int size) |
|
RichIterable<IntIterable> |
CodePointList.chunk(int size) |
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) |
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) |
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) |
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) |
Copyright © 2004–2018. All rights reserved.