Uses of Class
com.google.common.collect.ImmutableBiMapBuilder

Packages that use ImmutableBiMapBuilder
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of ImmutableBiMapBuilder in com.google.common.collect
 

Methods in com.google.common.collect that return ImmutableBiMapBuilder
 ImmutableBiMapBuilder<K,V> ImmutableBiMapBuilder.put(K key, V value)
          Adds a key-value mapping to the bimap that will be returned by getBiMap().
 



Copyright © 2008 Google. All Rights Reserved.