Searched defs:statArray (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DStatsImpl.java39 private final StatisticImpl[] statArray; field in class:StatsImpl
42 statArray = statisticArray;
47 for (Statistic s : statArray) {
58 for (Statistic s : statArray) {
66 return this.statArray;
73 for (StatisticImpl s : statArray) {

Completed in 30 milliseconds