Uses of Class
com.google.inject.internal.ImmutableList.Builder

Packages that use ImmutableList.Builder
com.google.inject.internal Guice (sounds like like "juice") 
 

Uses of ImmutableList.Builder in com.google.inject.internal
 

Methods in com.google.inject.internal that return ImmutableList.Builder
 ImmutableList.Builder<E> ImmutableList.Builder.add(E element)
          Adds element to the ImmutableList.
 ImmutableList.Builder<E> ImmutableList.Builder.addAll(Iterable<? extends E> elements)
          Adds each element of elements to the ImmutableList.
static
<E> ImmutableList.Builder<E>
ImmutableList.builder()
          Returns a new builder.
 



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