public interface ArrayValue
extends java.util.List, java.util.RandomAccess
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | get(int pos)get the array value | 
| java.lang.Object | rawGet(int pos)get the array value | 
| int | size()The size | 
@CheckReturnValue
java.lang.Object get(@Nonnegative
                                       int pos)
get in interface java.util.Listpos - the position to get@CheckReturnValue
 @Nullable
java.lang.Object rawGet(@Nonnegative
                                                     int pos)
pos - the position to get@CheckReturnValue @Nonnegative int size()
size in interface java.util.Collectionsize in interface java.util.ListstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.