
public class MapTileAreaList extends Object implements MapTileContainer, IterableWithSize<Long>
| Constructor and Description |
|---|
MapTileAreaList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(long pTileIndex) |
List<MapTileArea> |
getList() |
Iterator<Long> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic List<MapTileArea> getList()
public int size()
size in interface IterableWithSize<Long>public boolean contains(long pTileIndex)
contains in interface MapTileContainer