|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GwtIncompatible | |
|---|---|
| com.google.common.base | Miscellaneous common util classes and annotations. |
| com.google.common.collect | This package contains generic collection interfaces and implementations, and other utilities for working with collections. |
| Uses of GwtIncompatible in com.google.common.base |
|---|
| Methods in com.google.common.base with annotations of type GwtIncompatible | |
|---|---|
static Predicate<java.lang.Object> |
Predicates.instanceOf(java.lang.Class<?> clazz)
Returns a predicate that evaluates to true if the object being
tested is an instance of the given class. |
| Uses of GwtIncompatible in com.google.common.collect |
|---|
| Methods in com.google.common.collect with annotations of type GwtIncompatible | ||
|---|---|---|
static
|
ObjectArrays.concat(T[] first,
T[] second,
java.lang.Class<T> type)
Returns a new array that contains the concatenated contents of two arrays. |
|
MapMaker |
MapMaker.concurrencyLevel(int concurrencyLevel)
Guides the allowed concurrency among update operations. |
|
static
|
Iterables.filter(java.lang.Iterable<?> unfiltered,
java.lang.Class<T> type)
Returns all instances of class type in unfiltered. |
|
static
|
Iterators.filter(java.util.Iterator<?> unfiltered,
java.lang.Class<T> type)
Returns all instances of class type in unfiltered. |
|
static
|
ObjectArrays.newArray(java.lang.Class<T> type,
int length)
Returns a new array of the given length with the specified component type. |
|
MapMaker |
MapMaker.softKeys()
Specifies that each key (not value) stored in the map should be wrapped in a SoftReference (by default, strong references
are used). |
|
MapMaker |
MapMaker.softValues()
Specifies that each value (not key) stored in the map should be wrapped in a SoftReference (by default, strong references
are used). |
|
java.util.List<E> |
ForwardingList.subList(int fromIndex,
int toIndex)
|
|
static
|
Iterables.toArray(java.lang.Iterable<T> iterable,
java.lang.Class<T> type)
Copies an iterable's elements into an array. |
|
static
|
Iterators.toArray(java.util.Iterator<? extends T> iterator,
java.lang.Class<T> type)
Copies an iterator's elements into an array. |
|
MapMaker |
MapMaker.weakKeys()
Specifies that each key (not value) stored in the map should be wrapped in a WeakReference (by default, strong references
are used). |
|
MapMaker |
MapMaker.weakValues()
Specifies that each value (not key) stored in the map should be wrapped in a WeakReference (by default, strong references
are used). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||