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

java.lang.Object
  extended by com.google.common.collect.testing.TestIntegerSetGenerator
      extended by com.google.common.collect.testing.TestIntegerSortedSetGenerator
          extended by com.google.common.collect.testing.google.SetGenerators.ContiguousSetSubsetGenerator
All Implemented Interfaces:
TestCollectionGenerator<Integer>, TestContainerGenerator<Collection<Integer>,Integer>, TestSetGenerator<Integer>
Enclosing class:
SetGenerators

public static class SetGenerators.ContiguousSetSubsetGenerator
extends TestIntegerSortedSetGenerator


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

Constructor Detail

SetGenerators.ContiguousSetSubsetGenerator

public SetGenerators.ContiguousSetSubsetGenerator()
Method Detail

create

protected SortedSet<Integer> create(Integer[] elements)
Specified by:
create in class TestIntegerSortedSetGenerator


Copyright © 2010-2012. All Rights Reserved.