Uses of Class
com.google.inject.internal.util.ImmutableCollection

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

Uses of ImmutableCollection in com.google.inject.internal.util
 

Subclasses of ImmutableCollection in com.google.inject.internal.util
 class ImmutableList<E>
          A high-performance, immutable, random-access List implementation.
 class ImmutableSet<E>
          A high-performance, immutable Set with reliable, user-specified iteration order.
 

Methods in com.google.inject.internal.util that return ImmutableCollection
abstract  ImmutableCollection<V> ImmutableMap.values()
          Returns an immutable collection of the values in this map.
 



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