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.io.ByteStreams.asByteSink(OutputSupplier extends OutputStream>)
Convert all OutputSupplier<? extends OutputStream>
implementations to extend ByteSink or provide a method for
viewing the object as a ByteSink . This method is scheduled
for removal in Guava 18.0.
|
com.google.common.io.ByteStreams.asByteSource(InputSupplier extends InputStream>)
Convert all InputSupplier<? extends InputStream>
implementations to extend ByteSource or provide a method for
viewing the object as a ByteSource . This method is scheduled
for removal in Guava 18.0.
|
com.google.common.io.CharStreams.asCharSink(OutputSupplier extends Appendable>)
Convert all OutputSupplier<? extends Appendable>
implementations to extend CharSink or provide a method for
viewing the object as a CharSink . This method is scheduled
for removal in Guava 18.0.
|
com.google.common.io.CharStreams.asCharSource(InputSupplier extends Readable>)
Convert all InputSupplier<? extends Readable>
implementations to extend CharSource or provide a method for
viewing the object as a CharSource . This method is scheduled
for removal in Guava 18.0.
|
com.google.common.collect.ContiguousSet.builder()
|
com.google.common.collect.ArrayTable.clear()
|
com.google.common.collect.ImmutableCollection.clear()
Unsupported operation.
|
com.google.common.collect.ImmutableMultimap.clear()
Unsupported operation.
|
com.google.common.collect.ImmutableTable.clear()
Unsupported operation.
|
com.google.common.collect.ImmutableMap.clear()
Unsupported operation.
|
com.google.common.io.Files.copy(File, Charset, OutputSupplier)
Use Files.asCharSource(from, charset).copyTo(to) after
changing to to a CharSink if necessary. This method is
scheduled to be removed in Guava 18.0.
|
com.google.common.io.Files.copy(File, OutputSupplier extends OutputStream>)
Use Files.asByteSource(from).copyTo(to) after changing
to to a ByteSink if necessary. This method is
scheduled to be removed in Guava 18.0.
|
com.google.common.io.ByteStreams.copy(InputStream, OutputSupplier extends OutputStream>)
|
com.google.common.io.Files.copy(InputSupplier extends InputStream>, File)
Use from.copyTo(Files.asByteSink(to)) after changing
from to a ByteSource if necessary. This method is
scheduled to be removed in Guava 18.0.
|
com.google.common.io.ByteStreams.copy(InputSupplier extends InputStream>, OutputStream)
|
com.google.common.io.ByteStreams.copy(InputSupplier extends InputStream>, OutputSupplier extends OutputStream>)
|
com.google.common.io.CharStreams.copy(InputSupplier, Appendable)
|
com.google.common.io.Files.copy(InputSupplier, File, Charset)
Use from.copyTo(Files.asCharSink(to, charset)) after
changing from to a CharSource if necessary. This
method is scheduled to be removed in Guava 18.0.
|
com.google.common.io.CharStreams.copy(InputSupplier, OutputSupplier)
Use {@link CharSource#copyTo(CharSink) instead. This method is
scheduled for removal in Guava 18.0.
|
com.google.common.io.ByteStreams.equal(InputSupplier extends InputStream>, InputSupplier extends InputStream>)
|
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.io.CharSource.getInput()
This method is only provided for temporary compatibility with the
InputSupplier interface and should not be called directly. Use CharSource.openStream()
instead. This method is scheduled for removal in Guava 18.0.
|
com.google.common.io.ByteSource.getInput()
This method is only provided for temporary compatibility with the
InputSupplier interface and should not be called directly. Use ByteSource.openStream()
instead. This method is scheduled for removal in Guava 18.0.
|
com.google.common.io.ByteSink.getOutput()
This method is only provided for temporary compatibility with the
OutputSupplier interface and should not be called directly. Use
ByteSink.openStream() instead. This method is scheduled for removal in Guava 18.0.
|
com.google.common.io.CharSink.getOutput()
This method is only provided for temporary compatibility with the
OutputSupplier interface and should not be called directly. Use
CharSink.openStream() instead. This method is scheduled for removal in Guava 18.0.
|
com.google.common.io.ByteStreams.hash(InputSupplier extends InputStream>, HashFunction)
|
com.google.common.io.ByteStreams.join(InputSupplier extends InputStream>...)
|
com.google.common.io.CharStreams.join(InputSupplier extends Reader>...)
|
com.google.common.io.ByteStreams.join(Iterable extends InputSupplier extends InputStream>>)
|
com.google.common.io.CharStreams.join(Iterable extends InputSupplier extends Reader>>)
|
com.google.common.io.ByteStreams.length(InputSupplier extends InputStream>)
|
com.google.common.io.ByteStreams.newInputStreamSupplier(byte[])
|
com.google.common.io.ByteStreams.newInputStreamSupplier(byte[], int, int)
Use ByteSource.wrap(b).slice(off, len) instead. This
method is scheduled for removal in Guava 18.0.
|
com.google.common.io.Files.newInputStreamSupplier(File)
|
com.google.common.io.Resources.newInputStreamSupplier(URL)
|
com.google.common.io.Files.newOutputStreamSupplier(File)
Use #asByteSink(File) . This method is scheduled for
removal in Guava 18.0.
|
com.google.common.io.Files.newOutputStreamSupplier(File, boolean)
|
com.google.common.io.Files.newReaderSupplier(File, Charset)
|
com.google.common.io.CharStreams.newReaderSupplier(InputSupplier extends InputStream>, Charset)
|
com.google.common.io.CharStreams.newReaderSupplier(String)
Use CharSource#wrap(CharSequence } instead. This method
is scheduled for removal in Guava 18.0.
|
com.google.common.io.Resources.newReaderSupplier(URL, Charset)
|
com.google.common.io.Files.newWriterSupplier(File, Charset)
Use #asCharSink(File, Charset) . This method is
scheduled for removal in Guava 18.0.
|
com.google.common.io.Files.newWriterSupplier(File, Charset, boolean)
|
com.google.common.io.CharStreams.newWriterSupplier(OutputSupplier extends OutputStream>, Charset)
|
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.ImmutableMultimap.put(K, V)
Unsupported operation.
|
com.google.common.collect.ImmutableMap.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.io.ByteStreams.readBytes(InputSupplier extends InputStream>, ByteProcessor)
|
com.google.common.io.CharStreams.readFirstLine(InputSupplier)
|
com.google.common.io.CharStreams.readLines(InputSupplier)
Use CharSource.readLines() instead, but note that it
returns an ImmutableList . This method is scheduled for removal
in Guava 18.0.
|
com.google.common.io.CharStreams.readLines(InputSupplier, LineProcessor)
|
com.google.common.collect.UnmodifiableIterator.remove()
Unsupported operation.
|
com.google.common.collect.ImmutableList.remove(int)
Unsupported operation.
|
com.google.common.collect.ImmutableCollection.remove(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableMap.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.ImmutableMultimap.removeAll(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableSetMultimap.removeAll(Object)
Unsupported operation.
|
com.google.common.collect.ImmutableListMultimap.removeAll(Object)
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.ImmutableListMultimap.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.io.ByteStreams.slice(InputSupplier extends InputStream>, long, long)
Use ByteSource#slice(int, int) instead. This method is
scheduled for removal in Guava 18.0.
|
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.util.concurrent.AbstractIdleService.start() |
com.google.common.util.concurrent.Service.start()
|
com.google.common.util.concurrent.AbstractService.start() |
com.google.common.util.concurrent.AbstractExecutionThreadService.start() |
com.google.common.util.concurrent.AbstractScheduledService.start() |
com.google.common.util.concurrent.AbstractIdleService.startAndWait() |
com.google.common.util.concurrent.Service.startAndWait()
|
com.google.common.util.concurrent.AbstractService.startAndWait() |
com.google.common.util.concurrent.AbstractExecutionThreadService.startAndWait() |
com.google.common.util.concurrent.AbstractScheduledService.startAndWait() |
com.google.common.util.concurrent.AbstractIdleService.stop() |
com.google.common.util.concurrent.Service.stop()
|
com.google.common.util.concurrent.AbstractService.stop() |
com.google.common.util.concurrent.AbstractExecutionThreadService.stop() |
com.google.common.util.concurrent.AbstractScheduledService.stop() |
com.google.common.util.concurrent.AbstractIdleService.stopAndWait() |
com.google.common.util.concurrent.Service.stopAndWait()
|
com.google.common.util.concurrent.AbstractService.stopAndWait() |
com.google.common.util.concurrent.AbstractExecutionThreadService.stopAndWait() |
com.google.common.util.concurrent.AbstractScheduledService.stopAndWait() |
com.google.common.io.ByteStreams.toByteArray(InputSupplier extends InputStream>)
|
com.google.common.io.CharStreams.toString(InputSupplier)
|
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.base.Enums.valueOfFunction(Class)
|
com.google.common.io.ByteStreams.write(byte[], OutputSupplier extends OutputStream>)
|
com.google.common.io.CharStreams.write(CharSequence, OutputSupplier)
|
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)
|