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

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

@GwtCompatible(emulated=true)
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.ContiguousSetDescendingGenerator
           
static class SetGenerators.ContiguousSetGenerator
           
static class SetGenerators.ContiguousSetHeadsetGenerator
           
static class SetGenerators.ContiguousSetSubsetGenerator
           
static class SetGenerators.ContiguousSetTailsetGenerator
           
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.ImmutableSortedSetDescendingAsListGenerator
           
static class SetGenerators.ImmutableSortedSetDescendingGenerator
           
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-2012. All Rights Reserved.