java Programming Glossary: tupletype
Java N-Tuple implementation http://stackoverflow.com/questions/3642452/java-n-tuple-implementation while part of a tuple. public interface Tuple public TupleType getType public int size public T T getNthValue int i TupleType.java.. getType public int size public T T getNthValue int i TupleType.java package com.stackoverflow.tuple Represents a type of tuple... and then create tuples of that type. public interface TupleType public int size public Class getNthType int i Tuple are immutable..
|