It is implemented as a straightforward wrapper on a backing list. You can provide the backing list explicitly using the {@link #UnaryTupleList(java.util.List)} constructor, and you can access thebacking list by calling {@link #slice}(0). @author jhyde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|