com.google.common.collect.ImmutableCollection.add(E)
Unsupported operation.
|
com.google.common.collect.UnmodifiableListIterator.add(E)
Unsupported operation.
|
com.google.common.collect.ImmutableMultiset.add(E, int)
Unsupported operation.
|
com.google.common.collect.ImmutableList.add(int, E)
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.addAll(Collection extends E>)
Unsupported operation.
|
com.google.common.collect.ImmutableList.addAll(int, Collection extends E>)
Unsupported operation.
|
com.google.common.base.Converter.apply(A)
|
com.google.common.collect.Range.apply(C)
|
com.google.common.base.CharMatcher.apply(Character)
|
com.google.common.cache.LoadingCache.apply(K)
|
com.google.common.hash.BloomFilter.apply(T)
|
com.google.common.collect.ContiguousSet.builder()
|
com.google.common.collect.ImmutableMap.clear()
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.clear()
Unsupported operation.
|
com.google.common.collect.ArrayTable.clear()
|
com.google.common.collect.ImmutableMultimap.clear()
Unsupported operation.
|
com.google.common.collect.ImmutableTable.clear()
Unsupported operation.
|
com.google.common.collect.ComparisonChain.compare(Boolean, Boolean)
|
com.google.common.collect.Iterators.emptyIterator()
Use ImmutableSet.<T>of().iterator() instead; or for
Java 7 or later, Collections.emptyIterator() . This method is
scheduled for removal in May 2016.
|
com.google.common.base.Objects.firstNonNull(T, T)
|
com.google.common.collect.ImmutableBiMap.forcePut(K, V)
Unsupported operation.
|
com.google.common.collect.FluentIterable.from(FluentIterable)
instances of FluentIterable don't need to be converted to
FluentIterable
|
com.google.common.collect.Ordering.from(Ordering)
no need to use this
|
com.google.common.util.concurrent.Futures.get(Future, Class)
|
com.google.common.util.concurrent.Futures.get(Future, long, TimeUnit, Class)
|
com.google.common.hash.Hasher.hashCode()
|
com.google.common.reflect.TypeToken.isAssignableFrom(Type)
|
com.google.common.reflect.TypeToken.isAssignableFrom(TypeToken>)
|
com.google.common.collect.Sets.newSetFromMap(Map)
|
com.google.common.collect.ImmutableSortedMap.Builder.orderEntriesByValue(Comparator super V>)
Unsupported by ImmutableSortedMap.Builder.
|
com.google.common.collect.Iterators.peekingIterator(PeekingIterator)
no need to use this
|
com.google.common.collect.ImmutableSortedSet.pollFirst()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedMultiset.pollFirstEntry()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedMap.pollFirstEntry()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedSet.pollLast()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedMultiset.pollLastEntry()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedMap.pollLastEntry()
Unsupported operation.
|
com.google.common.collect.ImmutableMap.put(K, V)
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.put(K, V)
Unsupported operation.
|
com.google.common.collect.ImmutableTable.put(R, C, V)
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.putAll(K, Iterable extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableMap.putAll(Map extends K, ? extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.putAll(Multimap extends K, ? extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableTable.putAll(Table extends R, ? extends C, ? extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableClassToInstanceMap.putInstance(Class, T)
Unsupported operation.
|
com.google.common.collect.UnmodifiableIterator.remove()
Unsupported operation.
|
com.google.common.collect.ImmutableList.remove(int)
Unsupported operation.
|
com.google.common.collect.ImmutableMap.remove(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.remove(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableMultiset.remove(Object, int)
Unsupported operation.
|
com.google.common.collect.ArrayTable.remove(Object, Object)
|
com.google.common.collect.ImmutableMultimap.remove(Object, Object)
Unsupported operation.
|
com.google.common.collect.ImmutableTable.remove(Object, Object)
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.removeAll(Collection>)
Unsupported operation.
|
com.google.common.collect.ImmutableSetMultimap.removeAll(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.removeAll(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableListMultimap.removeAll(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableSetMultimap.replaceValues(K, Iterable extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.replaceValues(K, Iterable extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableListMultimap.replaceValues(K, Iterable extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.retainAll(Collection>)
Unsupported operation.
|
com.google.common.util.concurrent.MoreExecutors.sameThreadExecutor()
|
com.google.common.collect.UnmodifiableListIterator.set(E)
Unsupported operation.
|
com.google.common.collect.ImmutableList.set(int, E)
Unsupported operation.
|
com.google.common.collect.ImmutableMultiset.setCount(E, int)
Unsupported operation.
|
com.google.common.collect.ImmutableMultiset.setCount(E, int, int)
Unsupported operation.
|
com.google.common.base.Objects.toStringHelper(Class>)
|
com.google.common.base.Objects.toStringHelper(Object)
|
com.google.common.base.Objects.toStringHelper(String)
|
com.google.common.util.concurrent.Futures.transform(ListenableFuture, AsyncFunction super I, ? extends O>)
These AsyncFunction overloads of transform are
being renamed to transformAsync . (The Function
overloads are keeping the "transform" name.) This method will be removed in Guava release
20.0.
|
com.google.common.util.concurrent.Futures.transform(ListenableFuture, AsyncFunction super I, ? extends O>, Executor)
These AsyncFunction overloads of transform are
being renamed to transformAsync . (The Function
overloads are keeping the "transform" name.) This method will be removed in Guava release
20.0.
|
com.google.common.collect.Iterables.unmodifiableIterable(ImmutableCollection)
no need to use this
|
com.google.common.collect.Iterators.unmodifiableIterator(UnmodifiableIterator)
no need to use this
|
com.google.common.collect.Multimaps.unmodifiableListMultimap(ImmutableListMultimap)
no need to use this
|
com.google.common.collect.Multimaps.unmodifiableMultimap(ImmutableMultimap)
no need to use this
|
com.google.common.collect.Multisets.unmodifiableMultiset(ImmutableMultiset)
no need to use this
|
com.google.common.collect.Multimaps.unmodifiableSetMultimap(ImmutableSetMultimap)
no need to use this
|
com.google.common.util.concurrent.Futures.withFallback(ListenableFuture extends V>, FutureFallback extends V>)
|
com.google.common.util.concurrent.Futures.withFallback(ListenableFuture extends V>, FutureFallback extends V>, Executor)
|
com.google.common.io.LittleEndianDataOutputStream.writeBytes(String)
|
com.google.common.io.ByteArrayDataOutput.writeBytes(String)
This method is dangerous as it discards the high byte of
every character. For UTF-8, use write(s.getBytes(Charsets.UTF_8)) .
|