R - The type of reference used by the underlying data structure to access data values.public interface Tuple<R>
Tuple provides a map-like interface to any data structure.| Modifier and Type | Method and Description |
|---|---|
Object |
get(R reference) |
void |
put(R reference,
Object value) |
Copyright © 2017. All rights reserved.