Collections

Provides most collection generators given that a size generator is defined.

Provides most collection generators given that a size generator is defined.

class Object
trait Matchable
class Any

Value members

Abstract methods

def sizes: Gen[Int]

Concrete methods

def arraybuffers: Gen[ArrayBuffer[Int]]
def arrays: Gen[Array[Int]]
def avlsets: Gen[TreeSet[Int]]
def hashtablemaps: Gen[HashMap[Int, Int]]
def hashtablesets: Gen[HashSet[Int]]
def hashtriemaps: Gen[HashMap[Int, Int]]
def hashtriesets: Gen[HashSet[Int]]
def linkedhashtablemaps: Gen[LinkedHashMap[Int, Int]]
def linkedhashtablesets: Gen[LinkedHashSet[Int]]
def lists: Gen[List[Int]]
def ranges: Gen[Range]
def redblackmaps: Gen[TreeMap[Int, Int]]
def redblacksets: Gen[TreeSet[Int]]
def vectors: Gen[Vector[Int]]