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