|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Methods | |
|---|---|
| com.google.common.collect.Ordering.from(Ordering no need to use this |
|
| com.google.common.collect.ImmutableSet.of(E[])
use ImmutableSet.copyOf(Object[]). |
|
| com.google.common.collect.ImmutableList.of(E[])
use ImmutableList.copyOf(Object[]) |
|
| com.google.common.collect.ImmutableMultiset.of(E[])
use ImmutableMultiset.copyOf(Object[]). |
|
| com.google.common.collect.ImmutableSortedSet.of(E[])
use ImmutableSortedSet.copyOf(Comparable[]). |
|
| 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)). |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||