- get(K) - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
-
- get(K) - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Returns the value associated with the given key.
- get(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Returns the elements indexed by the provided key
- getActualTypeArguments() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
-
- getAdvertisedTypesFromClass(Type, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getAdvertisedTypesFromObject(Object, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getContractsFromClass(Class<?>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the set of types this class advertises
- getLogger() - Static method in class org.glassfish.hk2.utilities.reflection.Logger
-
Gets the singleton instance of the Logger
- getMaxCacheSize() - Method in class org.glassfish.hk2.utilities.cache.internal.LRUCacheImpl
-
- getMaxCacheSize() - Method in class org.glassfish.hk2.utilities.cache.LRUCache
-
Returns the maximum number of entries that will be stored in this cache
- getName(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the name that should be associated with this class
- getOne(K) - Method in class org.jvnet.hk2.component.MultiMap
-
Gets the first value if any, or null.
- getOwnerType() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
-
- getQualifierAnnotations(AnnotatedElement) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifier annotations from the object
- getQualifiersFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifiers from the object
- getQualifiersFromObject(Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets all the qualifiers from the object
- getRawClass(Type) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Given the type parameter gets the raw type represented
by the type, or null if this has no associated raw class
- getRawType() - Method in class org.glassfish.hk2.utilities.reflection.ParameterizedTypeImpl
-
- getScopeAnnotationFromClass(Class<?>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeAnnotationFromObject(Object) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeFromClass(Class<?>, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getScopeFromObject(Object, Class<? extends Annotation>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Gets the scope annotation from the object
- getTypeClosure(Type, Set<String>) - Static method in class org.glassfish.hk2.utilities.reflection.ReflectionHelper
-
Returns the type closure, as restricted by the classes listed in the
set of contracts implemented