public class MapTileList extends Object implements MapTileContainer
Constructor and Description |
---|
MapTileList() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(long pTileIndex) |
void |
ensureCapacity(int pCapacity) |
long |
get(int pIndex) |
int |
getSize() |
void |
put(int pZoom) |
void |
put(int pZoom,
int pLeft,
int pTop,
int pRight,
int pBottom) |
void |
put(long pTileIndex) |
long[] |
toArray() |
public void clear()
public int getSize()
public long get(int pIndex)
public void put(long pTileIndex)
public void put(int pZoom, int pLeft, int pTop, int pRight, int pBottom)
public void put(int pZoom)
public void ensureCapacity(int pCapacity)
public boolean contains(long pTileIndex)
contains
in interface MapTileContainer
public long[] toArray()