T
- Value typepublic interface ArrayHandle<T>
Modifier and Type | Method and Description |
---|---|
T |
get(int index)
Get value at index.
|
int |
getStaticSize()
Size of this array if defined up front, or throws
UnsupportedOperationException if size is dynamic
|
T get(int index)
int getStaticSize()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.