Uses of Package
com.google.inject.internal.util

Packages that use com.google.inject.internal.util
com.google.inject.internal.util   
 

Classes in com.google.inject.internal.util used by com.google.inject.internal.util
ComputationException
          Wraps an exception that occured during a computation.
FinalizableReference
          Implemented by references that have code to run after garbage collection of their referents.
FinalizableReferenceQueue
          A reference queue with an associated background thread that dequeues references and invokes FinalizableReference.finalizeReferent() on them.
Function
          A transformation from one object to another.
ImmutableCollection
          An immutable collection.
ImmutableList
          A high-performance, immutable, random-access List implementation.
ImmutableList.Builder
          A builder for creating immutable list instances, especially public static final lists ("constant lists").
ImmutableMap
          An immutable, hash-based Map with reliable user-specified iteration order.
ImmutableMap.Builder
          A builder for creating immutable map instances, especially public static final maps ("constant maps").
ImmutableSet
          A high-performance, immutable Set with reliable, user-specified iteration order.
ImmutableSet.Builder
          A builder for creating immutable set instances, especially public static final sets ("constant sets").
MapMaker
          A ConcurrentMap builder, providing any combination of these features: soft or weak keys, soft or weak values, timed expiration, and on-demand computation of values.
Nullable
          The presence of this annotation on a method parameter indicates that null is an acceptable value for that parameter.
SourceProvider
          Provides access to the calling line of code.
ToStringBuilder
          Helps with toString() methods.
UnmodifiableIterator
          An iterator that does not support UnmodifiableIterator.remove().
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.