Uses of Class
com.google.common.base.ReferenceType

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 are declared.
 

Uses of ReferenceType in com.google.common.collect
 

Methods in com.google.common.collect with parameters of type ReferenceType
static
<E> java.util.Set<E>
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.
 



Copyright © 2008 Google. All Rights Reserved.