com.google.common.collect.testing.google
Class SetGenerators

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

@GwtCompatible
public class SetGenerators
extends Object

Generators of different types of sets and derived collections from sets.

Author:
Kevin Bourrillion, Jared Levy, Hayward Chan

Nested Class Summary
static class SetGenerators.DegeneratedImmutableSetGenerator
           
static class SetGenerators.ImmutableSetAsListGenerator
           
static class SetGenerators.ImmutableSetCopyOfGenerator
           
static class SetGenerators.ImmutableSetWithBadHashesGenerator
           
static class SetGenerators.ImmutableSortedSetAsListGenerator
           
static class SetGenerators.ImmutableSortedSetAsListSubListGenerator
           
static class SetGenerators.ImmutableSortedSetCopyOfGenerator
           
static class SetGenerators.ImmutableSortedSetExplicitComparator
           
static class SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
           
static class SetGenerators.ImmutableSortedSetHeadsetGenerator
           
static class SetGenerators.ImmutableSortedSetReversedOrderGenerator
           
static class SetGenerators.ImmutableSortedSetSubsetAsListGenerator
           
static class SetGenerators.ImmutableSortedsetSubsetAsListSubListGenerator
           
static class SetGenerators.ImmutableSortedSetSubsetGenerator
           
static class SetGenerators.ImmutableSortedSetTailsetGenerator
           
static class SetGenerators.ImmutableSortedSetUnhashableGenerator
           
static class SetGenerators.TestUnhashableSetGenerator
           
 
Constructor Summary
SetGenerators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetGenerators

public SetGenerators()


Copyright © 2010-2011. All Rights Reserved.