com.google.common.collect.UnmodifiableListIterator.add(E)
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.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.io.ByteStreams.asByteSource(byte[])
|
com.google.common.io.CharStreams.asCharSource(String)
|
com.google.common.collect.Range.asSet(DiscreteDomain)
Use ContiguousSet.create(range, domain) . To be removed in Guava 16.0.
|
com.google.common.collect.ContiguousSet.builder()
|
com.google.common.collect.ImmutableMap.clear()
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.clear()
Unsupported operation.
|
com.google.common.collect.ArrayTable.clear()
|
com.google.common.collect.ImmutableTable.clear()
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.clear()
Unsupported operation.
|
com.google.common.io.Closeables.closeQuietly(Closeable)
Where possible, use the
try-with-resources statement if using JDK7 or Closer on JDK6 to close one or
more Closeable objects. This method is deprecated because it is easy to misuse and
may swallow IO exceptions that really should be thrown and handled. See
Guava issue
1118 for a more detailed explanation of the reasons for deprecation and see
Closing Resources for more information on the problems with closing Closeable
objects and some of the preferred solutions for handling it correctly. This method is
scheduled to be removed in Guava 16.0.
|
com.google.common.collect.ComparisonChain.compare(boolean, boolean)
|
com.google.common.io.BaseEncoding.decodingStream(InputSupplier extends Reader>)
|
com.google.common.base.Stopwatch.elapsedMillis()
Use stopwatch.elapsed(MILLISECONDS) instead. This
method is scheduled to be removed in Guava release 16.0.
|
com.google.common.base.Stopwatch.elapsedTime(TimeUnit)
|
com.google.common.io.BaseEncoding.encodingStream(OutputSupplier extends Writer>)
|
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.hash.HashCodes.fromBytes(byte[])
|
com.google.common.hash.HashCodes.fromInt(int)
|
com.google.common.net.InternetDomainName.fromLenient(String)
|
com.google.common.hash.HashCodes.fromLong(long)
|
com.google.common.io.ByteSource.getInput()
|
com.google.common.io.CharSource.getInput()
|
com.google.common.io.ByteSink.getOutput()
|
com.google.common.io.CharSink.getOutput()
|
com.google.common.io.FileBackedOutputStream.getSupplier()
|
com.google.common.hash.HashFunction.hashString(CharSequence)
|
com.google.common.net.InternetDomainName.name()
|
com.google.common.collect.Iterators.peekingIterator(PeekingIterator)
no need to use this
|
com.google.common.collect.ImmutableSortedSet.pollFirst()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedMap.pollFirstEntry()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedMultiset.pollFirstEntry()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedSet.pollLast()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedMap.pollLastEntry()
Unsupported operation.
|
com.google.common.collect.ImmutableSortedMultiset.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.hash.PrimitiveSink.putString(CharSequence)
Use {PrimitiveSink#putUnencodedChars} instead. This method is scheduled for
removal in Guava 16.0.
|
com.google.common.hash.Hasher.putString(CharSequence)
|
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.ImmutableMultimap.remove(Object, Object)
Unsupported operation.
|
com.google.common.collect.ArrayTable.remove(Object, Object)
|
com.google.common.collect.ImmutableTable.remove(Object, Object)
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.removeAll(Collection>)
Unsupported operation.
|
com.google.common.collect.ImmutableListMultimap.removeAll(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.removeAll(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableSetMultimap.removeAll(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableListMultimap.replaceValues(K, Iterable extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.replaceValues(K, Iterable extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableSetMultimap.replaceValues(K, Iterable extends V>)
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.retainAll(Collection>)
Unsupported operation.
|
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.collect.GenericMapMaker.softValues()
|
com.google.common.collect.MapMaker.softValues()
Caching functionality in MapMaker has been moved to CacheBuilder , with MapMaker.softValues() being replaced by CacheBuilder.softValues() . Note that CacheBuilder is simply
an enhanced API for an implementation which was branched from MapMaker . This
method is scheduled for deletion in September 2014.
|
com.google.common.collect.ForwardingSortedMap.standardRemove(Object)
This implementation is extremely awkward, is rarely worthwhile,
and has been discovered to interact badly with
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6467933 in Java 6
when used with certain null-friendly comparators. It is scheduled for
deletion in Guava 16.0.
|
com.google.common.util.concurrent.AbstractExecutionThreadService.start() |
com.google.common.util.concurrent.ForwardingService.start() |
com.google.common.util.concurrent.Service.start()
|
com.google.common.util.concurrent.AbstractService.start() |
com.google.common.util.concurrent.AbstractIdleService.start() |
com.google.common.util.concurrent.AbstractScheduledService.start() |
com.google.common.util.concurrent.AbstractExecutionThreadService.startAndWait() |
com.google.common.util.concurrent.ForwardingService.startAndWait() |
com.google.common.util.concurrent.Service.startAndWait()
|
com.google.common.util.concurrent.AbstractService.startAndWait() |
com.google.common.util.concurrent.AbstractIdleService.startAndWait() |
com.google.common.util.concurrent.AbstractScheduledService.startAndWait() |
com.google.common.util.concurrent.AbstractExecutionThreadService.stop() |
com.google.common.util.concurrent.ForwardingService.stop() |
com.google.common.util.concurrent.Service.stop()
|
com.google.common.util.concurrent.AbstractService.stop() |
com.google.common.util.concurrent.AbstractIdleService.stop() |
com.google.common.util.concurrent.AbstractScheduledService.stop() |
com.google.common.util.concurrent.AbstractExecutionThreadService.stopAndWait() |
com.google.common.util.concurrent.ForwardingService.stopAndWait() |
com.google.common.util.concurrent.Service.stopAndWait()
|
com.google.common.util.concurrent.AbstractService.stopAndWait() |
com.google.common.util.concurrent.AbstractIdleService.stopAndWait() |
com.google.common.util.concurrent.AbstractScheduledService.stopAndWait() |
com.google.common.hash.Funnels.stringFunnel()
|
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.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)) .
|
com.google.common.io.LittleEndianDataOutputStream.writeBytes(String)
|