Esempio n. 1
0
 public TridentTuple create(List<Object> selfVals) {
   return new TridentTupleView(PersistentVector.EMPTY.cons(selfVals), _index, _fieldIndex);
 }
Esempio n. 2
0
 public TridentTuple create(Tuple parent) {
   return new TridentTupleView(
       PersistentVector.EMPTY.cons(parent.getValues()), index, fieldIndex);
 }