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

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java38 * Tuple equality is based on the length of each tuple and the equality
48 public final class Tuple implements Serializable, Comparable <Tuple>, class in inherits:Serializable,Comparable,Iterable
60 public static final Tuple EMPTY = new Tuple();
64 BeanInfo info = Introspector.getBeanInfo(Tuple.class);
95 Tuple() method in class:Tuple
111 Tuple(ValueRecord ... tupleElements) method in class:Tuple
134 Tuple(List <ValueRecord> tupleElements) method in class:Tuple
208 * @see Tuple#EMPT
[all...]
H A DPrintaRecord.java37 * output associated with each {@link Tuple}. If multiple aggregations
41 * string associated with a given {@code Tuple} includes a value from
43 * associated with that {@code Tuple}. For example, the D statements
117 private Map <Tuple, String> formattedStrings;
119 private List <Tuple> tuples;
131 formattedStrings = new HashMap <Tuple, String> ();
132 tuples = new ArrayList <Tuple> ();
147 * with each {@code Tuple} occurring in the aggregations belonging
148 * to this record, one formatted string per {@code Tuple}, or an
167 Map <Tuple, Strin
166 PrintaRecord(long snaptimeNanos, Collection <Aggregation> aggs, Map <Tuple, String> formattedOutput, List <Tuple> orderedTuples, String formattedOutputString) argument
[all...]

Completed in 26 milliseconds