com.google.common.collect.UnmodifiableListIterator.add(E)
|
com.google.common.collect.ImmutableCollection.add(E)
|
com.google.common.collect.ImmutableMultiset.add(E, int)
|
com.google.common.collect.ImmutableList.add(int, E)
|
com.google.common.collect.ImmutableCollection.addAll(Collection<? extends E>)
|
com.google.common.collect.ImmutableList.addAll(int, Collection<? extends E>)
|
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>)
|
com.google.common.io.ByteStreams.asByteSource(InputSupplier<? extends InputStream>)
|
com.google.common.io.CharStreams.asCharSink(OutputSupplier<? extends Appendable>)
|
com.google.common.io.CharStreams.asCharSource(InputSupplier<? extends Readable>)
|
com.google.common.collect.ContiguousSet.builder()
|
com.google.common.collect.ImmutableMultimap.clear()
|
com.google.common.collect.ImmutableCollection.clear()
|
com.google.common.collect.ImmutableTable.clear()
|
com.google.common.collect.ArrayTable.clear()
|
com.google.common.collect.ImmutableMap.clear()
|
com.google.common.io.Files.copy(File, Charset, OutputSupplier<W>)
|
com.google.common.io.Files.copy(File, OutputSupplier<? extends OutputStream>)
|
com.google.common.io.ByteStreams.copy(InputStream, OutputSupplier<? extends OutputStream>)
|
com.google.common.io.Files.copy(InputSupplier<? extends InputStream>, File)
|
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<R>, Appendable)
|
com.google.common.io.Files.copy(InputSupplier<R>, File, Charset)
|
com.google.common.io.CharStreams.copy(InputSupplier<R>, OutputSupplier<W>)
|
com.google.common.io.ByteStreams.equal(InputSupplier<? extends InputStream>, InputSupplier<? extends InputStream>)
|
com.google.common.collect.ImmutableBiMap.forcePut(K, V)
|
com.google.common.collect.FluentIterable.from(FluentIterable<E>)
|
com.google.common.collect.Ordering.from(Ordering<T>)
|
com.google.common.io.CharSource.getInput()
|
com.google.common.io.ByteSource.getInput()
|
com.google.common.io.CharSink.getOutput()
|
com.google.common.io.ByteSink.getOutput()
|
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)
|
com.google.common.io.Files.newInputStreamSupplier(File)
|
com.google.common.io.Resources.newInputStreamSupplier(URL)
|
com.google.common.io.Files.newOutputStreamSupplier(File)
|
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)
|
com.google.common.io.Resources.newReaderSupplier(URL, Charset)
|
com.google.common.io.Files.newWriterSupplier(File, Charset)
|
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<T>)
|
com.google.common.collect.ImmutableSortedSet.pollFirst()
|
com.google.common.collect.ImmutableSortedMultiset.pollFirstEntry()
|
com.google.common.collect.ImmutableSortedMap.pollFirstEntry()
|
com.google.common.collect.ImmutableSortedSet.pollLast()
|
com.google.common.collect.ImmutableSortedMultiset.pollLastEntry()
|
com.google.common.collect.ImmutableSortedMap.pollLastEntry()
|
com.google.common.collect.ImmutableMultimap.put(K, V)
|
com.google.common.collect.ImmutableMap.put(K, V)
|
com.google.common.collect.ImmutableTable.put(R, C, V)
|
com.google.common.collect.ImmutableMultimap.putAll(K, Iterable<? extends V>)
|
com.google.common.collect.ImmutableMap.putAll(Map<? extends K, ? extends V>)
|
com.google.common.collect.ImmutableMultimap.putAll(Multimap<? extends K, ? extends V>)
|
com.google.common.collect.ImmutableTable.putAll(Table<? extends R, ? extends C, ? extends V>)
|
com.google.common.collect.ImmutableClassToInstanceMap.putInstance(Class<T>, T)
|
com.google.common.io.ByteStreams.readBytes(InputSupplier<? extends InputStream>, ByteProcessor<T>)
|
com.google.common.io.CharStreams.readFirstLine(InputSupplier<R>)
|
com.google.common.io.CharStreams.readLines(InputSupplier<R>)
|
com.google.common.io.CharStreams.readLines(InputSupplier<R>, LineProcessor<T>)
|
com.google.common.collect.UnmodifiableIterator.remove()
|
com.google.common.collect.ImmutableList.remove(int)
|
com.google.common.collect.ImmutableCollection.remove(Object)
|
com.google.common.collect.ImmutableMap.remove(Object)
|
com.google.common.collect.ImmutableMultiset.remove(Object, int)
|
com.google.common.collect.ImmutableMultimap.remove(Object, Object)
|
com.google.common.collect.ImmutableTable.remove(Object, Object)
|
com.google.common.collect.ArrayTable.remove(Object, Object)
|
com.google.common.collect.ImmutableCollection.removeAll(Collection<?>)
|
com.google.common.collect.ImmutableMultimap.removeAll(Object)
|
com.google.common.collect.ImmutableSetMultimap.removeAll(Object)
|
com.google.common.collect.ImmutableListMultimap.removeAll(Object)
|
com.google.common.collect.ImmutableMultimap.replaceValues(K, Iterable<? extends V>)
|
com.google.common.collect.ImmutableSetMultimap.replaceValues(K, Iterable<? extends V>)
|
com.google.common.collect.ImmutableListMultimap.replaceValues(K, Iterable<? extends V>)
|
com.google.common.collect.ImmutableCollection.retainAll(Collection<?>)
|
com.google.common.collect.UnmodifiableListIterator.set(E)
|
com.google.common.collect.ImmutableList.set(int, E)
|
com.google.common.collect.ImmutableMultiset.setCount(E, int)
|
com.google.common.collect.ImmutableMultiset.setCount(E, int, int)
|
com.google.common.io.ByteStreams.slice(InputSupplier<? extends InputStream>, long, long)
|
com.google.common.collect.MapMaker.softValues()
|
com.google.common.io.ByteStreams.toByteArray(InputSupplier<? extends InputStream>)
|
com.google.common.io.CharStreams.toString(InputSupplier<R>)
|
com.google.common.collect.Iterables.unmodifiableIterable(ImmutableCollection<E>)
|
com.google.common.collect.Iterators.unmodifiableIterator(UnmodifiableIterator<T>)
|
com.google.common.collect.Multimaps.unmodifiableListMultimap(ImmutableListMultimap<K, V>)
|
com.google.common.collect.Multimaps.unmodifiableMultimap(ImmutableMultimap<K, V>)
|
com.google.common.collect.Multisets.unmodifiableMultiset(ImmutableMultiset<E>)
|
com.google.common.collect.Multimaps.unmodifiableSetMultimap(ImmutableSetMultimap<K, V>)
|
com.google.common.base.Enums.valueOfFunction(Class<T>)
|
com.google.common.io.ByteStreams.write(byte[], OutputSupplier<? extends OutputStream>)
|
com.google.common.io.CharStreams.write(CharSequence, OutputSupplier<W>)
|
com.google.common.io.LittleEndianDataOutputStream.writeBytes(String)
|
com.google.common.io.ByteArrayDataOutput.writeBytes(String)
|