程序包 | 说明 |
---|---|
org.apache.hadoop.examples.dancing |
This package is a distributed implementation of Knuth's dancing links
algorithm that can run under Hadoop.
|
限定符和类型 | 方法和说明 |
---|---|
Pentomino.SolutionCategory |
Pentomino.getCategory(List<List<Pentomino.ColumnName>> names)
Find whether the solution has the x in the upper left quadrant, the
x-midline, the y-midline or in the center.
|
static Pentomino.SolutionCategory |
Pentomino.SolutionCategory.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Pentomino.SolutionCategory[] |
Pentomino.SolutionCategory.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2009 The Apache Software Foundation