| Package | Description |
|---|---|
| tech.mlsql.common.utils.collect |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableList<E>
A high-performance, immutable, random-access
List implementation. |
class |
ImmutableMultiset<E>
An immutable hash-based multiset.
|
class |
ImmutableSet<E>
A high-performance, immutable
Set with reliable, user-specified
iteration order. |
class |
ImmutableSortedSet<E>
An immutable
SortedSet that stores its elements in a sorted array. |
| Modifier and Type | Method and Description |
|---|---|
abstract ImmutableCollection<E> |
ImmutableCollection.Builder.build()
Returns a newly-created
ImmutableCollection of the appropriate
type, containing the elements provided to this builder. |
ImmutableCollection<Map.Entry<K,V>> |
ImmutableMultimap.entries()
Returns an immutable collection of all key-value pairs in the multimap.
|
abstract ImmutableCollection<V> |
ImmutableMultimap.get(K key)
Returns an immutable collection of the values for the given key.
|
ImmutableCollection<V> |
ImmutableMultimap.removeAll(Object key)
Deprecated.
Unsupported operation.
|
ImmutableCollection<V> |
ImmutableMultimap.replaceValues(K key,
Iterable<? extends V> values)
Deprecated.
Unsupported operation.
|
ImmutableCollection<V> |
ImmutableMultimap.values()
Returns an immutable collection of the values in this multimap.
|
ImmutableCollection<V> |
ImmutableMap.values()
Returns an immutable collection of the values in this map.
|
abstract ImmutableCollection<V> |
ImmutableSortedMap.values()
Returns an immutable collection of the values in this map, sorted by the
ordering of the corresponding keys.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> Iterable<E> |
Iterables.unmodifiableIterable(ImmutableCollection<E> iterable)
Deprecated.
no need to use this
|
Copyright © 2020. All rights reserved.