T
- Typepublic interface PrimitiveTypeOps<T> extends TypeOps<T>
Modifier and Type | Method and Description |
---|---|
WArrayList<T> |
createArrayList()
Create WArrayList of type T.
|
WArrayList<T> |
createArrayList(int capacity)
Create WArrayList of type T, given capacity.
|
WArrayList<T> |
readNewArrayList(DataInput in)
Create WArrayList of type T by reading it from given input.
|
create, createCopy, getTypeClass, set
WArrayList<T> createArrayList()
WArrayList<T> createArrayList(int capacity)
capacity
- CapacityWArrayList<T> readNewArrayList(DataInput in) throws IOException
in
- InputIOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.