public interface ListOfHash extends FlatHashIterable
Modifier and Type | Method and Description |
---|---|
void |
arraycopy(int srcPos,
long[] dest,
int destPos,
int length)
Similar to
System.arraycopy(Object, int, Object, int, int) except that the source
is the internal list. |
long |
get(int i)
Returns the element at the given index
i in the list. |
int |
size()
Returns the current number of elements in the flat list.
|
iterator
int size()
long get(int i)
i
in the list.i
- index in the list of the element to be returned.i
in the list.void arraycopy(int srcPos, long[] dest, int destPos, int length)
System.arraycopy(Object, int, Object, int, int)
except that the source
is the internal list.srcPos
- see System.arraycopy(Object, int, Object, int, int)
dest
- see System.arraycopy(Object, int, Object, int, int)
destPos
- see System.arraycopy(Object, int, Object, int, int)
length
- see System.arraycopy(Object, int, Object, int, int)
Copyright © 2018 F.-X. Pineau, CDS, Observatoire Astronomique de Strasbourg, Universite de Strasbourg, CNRS. All Rights Reserved.