Lines Matching full:tuple
749 * position of an element inside a tuple always corresponds to the position of
794 * position of an element inside a tuple always corresponds to the position of
849 Object[] tuple = new Object[axes.size()];
850 for (int i = 0 ; i < tuple.length; i++) {
851 tuple[i] = axes.get(i).getForIndex(index);
856 List<B> result = (ImmutableList<B>) ImmutableList.of(tuple);
866 List<?> tuple = (List<?>) element;
868 tuple.size() != dimensions) {
872 if (!axes.get(i).contains(tuple.get(i))) {