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

java.lang.Object
  extended by com.google.common.collect.testing.TestStringSetGenerator
      extended by com.google.common.collect.testing.TestStringSortedSetGenerator
          extended by com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetSubsetGenerator
All Implemented Interfaces:
TestCollectionGenerator<String>, TestContainerGenerator<Collection<String>,String>, TestSetGenerator<String>
Enclosing class:
SetGenerators

public static class SetGenerators.ImmutableSortedSetSubsetGenerator
extends TestStringSortedSetGenerator


Constructor Summary
SetGenerators.ImmutableSortedSetSubsetGenerator()
           
 
Method Summary
protected  SortedSet<String> create(String[] elements)
           
 
Methods inherited from class com.google.common.collect.testing.TestStringSortedSetGenerator
order
 
Methods inherited from class com.google.common.collect.testing.TestStringSetGenerator
create, createArray, samples
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetGenerators.ImmutableSortedSetSubsetGenerator

public SetGenerators.ImmutableSortedSetSubsetGenerator()
Method Detail

create

protected SortedSet<String> create(String[] elements)
Specified by:
create in class TestStringSortedSetGenerator


Copyright © 2010-2011. All Rights Reserved.