class CompatibleGuava11 extends Object
Compatible| Modifier and Type | Class and Description |
|---|---|
private static class |
CompatibleGuava11.AsMapView<K,V>
AsMapView.
|
(package private) static class |
CompatibleGuava11.EntrySet<K,V>
EntrySet.
|
(package private) static class |
CompatibleGuava11.ImprovedAbstractMap<K,V>
ImprovedAbstractMap.
|
(package private) static class |
CompatibleGuava11.ImprovedAbstractSet<E>
AbstractSet substitute without the potentially-quadratic
removeAll implementation. |
(package private) static class |
CompatibleGuava11.KeySet<K,V>
KeySet.
|
(package private) static class |
CompatibleGuava11.TransformedIterator<F,T>
TransformedIterator.
|
(package private) static class |
CompatibleGuava11.Values<K,V>
Values.
|
| Modifier | Constructor and Description |
|---|---|
private |
CompatibleGuava11() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
asMap(Set<K> set,
com.google.common.base.Function<? super K,V> function) |
private static <K,V> Iterator<Map.Entry<K,V>> |
asSetEntryIterator(Set<K> set,
com.google.common.base.Function<? super K,V> function) |
(package private) static <K,V> Iterator<K> |
keyIterator(Iterator<Map.Entry<K,V>> entryIterator) |
(package private) static <K,V> NavigableMap<K,V> |
navigableMap(com.google.common.collect.ImmutableSortedMap<K,V> map)
|
(package private) static <E> NavigableSet<E> |
navigableSet(com.google.common.collect.ImmutableSortedSet<E> set)
|
(package private) static boolean |
removeAllImpl(Set<?> set,
Collection<?> collection) |
(package private) static boolean |
removeAllImpl(Set<?> set,
Iterator<?> iterator)
Remove each element in an iterable from a set.
|
private static <E> Set<E> |
removeOnlySet(Set<E> set) |
(package private) static <K,V> Iterator<V> |
valueIterator(Iterator<Map.Entry<K,V>> entryIterator) |
public static <K,V> Map<K,V> asMap(Set<K> set, com.google.common.base.Function<? super K,V> function)
static boolean removeAllImpl(Set<?> set, Iterator<?> iterator)
static boolean removeAllImpl(Set<?> set, Collection<?> collection)
private static <K,V> Iterator<Map.Entry<K,V>> asSetEntryIterator(Set<K> set, com.google.common.base.Function<? super K,V> function)
static <E> NavigableSet<E> navigableSet(com.google.common.collect.ImmutableSortedSet<E> set)
static <K,V> NavigableMap<K,V> navigableMap(com.google.common.collect.ImmutableSortedMap<K,V> map)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.