public interface HjIndexable<T>
Modifier and Type | Method and Description |
---|---|
T |
get(int index)
Returns the element at the specified position.
|
int |
size()
Returns the maximum number of elements that can be indexed in this object.
|
int size()
T get(int index)
index
- index of the element to returnCopyright © 2015 Rice University - Department of Computer Science. All rights reserved.