public class MapTileList extends Object
Constructor and Description |
---|
MapTileList() |
MapTileList(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(long pTileIndex) |
void |
ensureCapacity(int pCapacity) |
long |
get(int pIndex) |
int |
getSize() |
void |
populateFrom(MapTileList pSource,
int pZoomDelta)
Compute the map tile list corresponding to a map tile list source, but on another zoom level
|
void |
put(long pTileIndex) |
long[] |
toArray() |
public MapTileList()
public MapTileList(int initialCapacity)
public void clear()
public int getSize()
public long get(int pIndex)
public void put(long pTileIndex)
public void ensureCapacity(int pCapacity)
public boolean contains(long pTileIndex)
public void populateFrom(MapTileList pSource, int pZoomDelta)
pSource
- Map tile list to convert data frompZoomDelta
- Zoom delta to apply to the source datapublic long[] toArray()