@Gw2ApiVersion(value="v1") public class MapCoordinate extends ArrayList<Number>
modCount
Constructor and Description |
---|
MapCoordinate() |
MapCoordinate(ArrayList<? extends Number> list) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Number value)
To be used during deserialization.
|
boolean |
addAll(Collection<? extends Number> collection) |
Number |
getX()
Retrieve the x part of the coordinate.
|
Number |
getY()
Retrieve the y part of the coordinate.
|
void |
setX(Number x) |
void |
setY(Number y) |
add, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public boolean add(Number value)
public boolean addAll(Collection<? extends Number> collection)
public void setX(Number x)
public void setY(Number y)
Copyright © 2014. All Rights Reserved.