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

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintfRecord.java41 public final class PrintfRecord implements Record, Serializable, class in inherits:Record,Serializable,Comparable
42 Comparable <PrintfRecord> {
47 BeanInfo info = Introspector.getBeanInfo(PrintfRecord.class);
80 PrintfRecord() method in class:PrintfRecord
98 PrintfRecord(List <ValueRecord> v, String s) method in class:PrintfRecord
180 * generates a {@code PrintfRecord} with a record count of two.
210 * Compares the specified object with this {@code PrintfRecord} for
212 * object is also a {@code PrintfRecord} and both records have the
216 * a {@code PrintfRecord} and both the formatted strings <i>and</i>
223 if (o instanceof PrintfRecord) {
[all...]

Completed in 238 milliseconds