com.google.common.collect.testing.google
Class BiMapGenerators

java.lang.Object
  extended by com.google.common.collect.testing.google.BiMapGenerators

@GwtCompatible
public class BiMapGenerators
extends Object

Generators of various BiMaps and derived collections.

Author:
Jared Levy, Hayward Chan

Nested Class Summary
static class BiMapGenerators.ImmutableBiMapEntrySetGenerator
           
static class BiMapGenerators.ImmutableBiMapInverseEntrySetGenerator
           
static class BiMapGenerators.ImmutableBiMapInverseKeySetGenerator
           
static class BiMapGenerators.ImmutableBiMapInverseValuesGenerator
           
static class BiMapGenerators.ImmutableBiMapKeySetGenerator
           
static class BiMapGenerators.ImmutableBiMapValuesGenerator
           
 
Constructor Summary
BiMapGenerators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiMapGenerators

public BiMapGenerators()


Copyright © 2010-2011. All Rights Reserved.