提交 7cecf07c authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 0442a328
...@@ -201,7 +201,7 @@ public class MultiDimension implements Comparator<long[]> { ...@@ -201,7 +201,7 @@ public class MultiDimension implements Comparator<long[]> {
* *
* @param min the minimum value * @param min the minimum value
* @param max the maximum value * @param max the maximum value
* @return the list of ranges (low,high pairs) * @return the list of ranges (low, high pairs)
*/ */
private long[][] getMortonRanges(int[] min, int[] max) { private long[][] getMortonRanges(int[] min, int[] max) {
int len = min.length; int len = min.length;
...@@ -236,7 +236,7 @@ public class MultiDimension implements Comparator<long[]> { ...@@ -236,7 +236,7 @@ public class MultiDimension implements Comparator<long[]> {
/** /**
* Combine entries if the size of the list is too large. * Combine entries if the size of the list is too large.
* *
* @param list list of pairs(low,high) * @param list list of pairs(low, high)
* @param total product of the gap lengths * @param total product of the gap lengths
*/ */
private void combineEntries(ArrayList<long[]> list, int total) { private void combineEntries(ArrayList<long[]> list, int total) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论