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

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregationRecord.java50 new String[] {"tuple", "value", "ordinal"})
79 private int ordinal; field in class:AggregationRecord
103 * ordinal. Supports XML persistence.
111 * @param n ordinal from zero (first) to n-1 (last) within the
115 * @throws IllegalArgumentException if the given ordinal is negative
122 ordinal = n;
135 if (ordinal < 0) {
136 throw new IllegalArgumentException("ordinal is negative");
170 * Gets the ordinal generated when this AggregationRecord was added
179 * @return non-negative ordinal fro
[all...]

Completed in 23 milliseconds