org.sonar.squid.utils
Class CountDistribution

java.lang.Object
  extended by org.sonar.squid.utils.CountDistribution

public class CountDistribution
extends java.lang.Object


Constructor Summary
CountDistribution()
           
 
Method Summary
static java.util.Map<java.lang.Integer,java.lang.Integer> count(int[] distributionLimits, int[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountDistribution

public CountDistribution()
Method Detail

count

public static java.util.Map<java.lang.Integer,java.lang.Integer> count(int[] distributionLimits,
                                                                       int[] values)


Copyright © 2009 SonarSource SA. All Rights Reserved.