Constructor and Description |
---|
Lists() |
Modifier and Type | Method and Description |
---|---|
static <T> ArrayList<T> |
arrayList()
Returns a new
ArrayList . |
static <T> ArrayList<T> |
arrayList(int expectedElements)
Returns a new
ArrayList with enough capacity to hold expectedElements . |
Copyright © 2013–2016 jparsec. All rights reserved.