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