|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReferenceType | |
|---|---|
| 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 ReferenceType in com.google.common.base |
|---|
| Methods in com.google.common.base that return ReferenceType | |
|---|---|
static ReferenceType |
ReferenceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ReferenceType[] |
ReferenceType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of ReferenceType in com.google.common.collect |
|---|
| Methods in com.google.common.collect with parameters of type ReferenceType | ||
|---|---|---|
static
|
Sets.newIdentityHashSet(ReferenceType referenceType)
Creates an empty Set that uses identity to determine equality. |
|
| Constructors in com.google.common.collect with parameters of type ReferenceType | |
|---|---|
ReferenceMap(ReferenceType keyReferenceType,
ReferenceType valueReferenceType)
Constructs an empty instance, using the given reference types for keys and values. |
|
ReferenceMap(ReferenceType keyReferenceType,
ReferenceType valueReferenceType,
java.util.concurrent.ConcurrentMap<java.lang.Object,java.lang.Object> backingMap)
Constructs an empty instance, using the given backing map and the given reference types for keys and values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||