public class ArrayLong extends Object implements Serializable, Iterable<Long>
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayLong.ArrayLongIterator |
| Constructor and Description |
|---|
ArrayLong() |
ArrayLong(ArrayLong array,
int first,
int last) |
ArrayLong(Collection<Long> list) |
ArrayLong(int... aArray) |
ArrayLong(long... aArray) |
ArrayLong(long[] array,
int first,
int last) |
| Modifier and Type | Method and Description |
|---|---|
long |
get(int index) |
boolean |
isEmpty() |
Iterator<Long> |
iterator() |
int |
size() |
List<ArrayLong> |
splitByMax(int max) |
List<ArrayLong> |
splitInLists(int nbLists) |
long[] |
toArray() |
List<Integer> |
toIntegerList() |
List<Long> |
toList() |
Long[] |
toLongArray() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ArrayLong()
public ArrayLong(Collection<Long> list)
public ArrayLong(long... aArray)
public ArrayLong(ArrayLong array, int first, int last)
public ArrayLong(long[] array,
int first,
int last)
public ArrayLong(int... aArray)
public int size()
public boolean isEmpty()
public long get(int index)
public long[] toArray()
public Long[] toLongArray()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.