com.google.common.collect.testing.google
Class SortedMapGenerators

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

@GwtCompatible
public class SortedMapGenerators
extends Object

Generators of sorted maps and derived collections.

Author:
Kevin Bourrillion, Jesse Wilson, Jared Levy, Hayward Chan, Chris Povirk, Louis Wasserman

Nested Class Summary
static class SortedMapGenerators.ImmutableSortedMapEntryListGenerator
           
static class SortedMapGenerators.ImmutableSortedMapGenerator
           
static class SortedMapGenerators.ImmutableSortedMapKeyListGenerator
           
static class SortedMapGenerators.ImmutableSortedMapValueListGenerator
           
 
Constructor Summary
SortedMapGenerators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedMapGenerators

public SortedMapGenerators()


Copyright © 2010-2013. All Rights Reserved.