Searched refs:histogramTypes (Results 1 – 1 of 1) sorted by relevance
43 private static byte[] toArrayValues(final EnumSet<HistogramType> histogramTypes) { in toArrayValues() argument44 final byte[] values = new byte[histogramTypes.size()]; in toArrayValues()46 for(final HistogramType histogramType : histogramTypes) { in toArrayValues()