sidnet.core.misc
Class RegionList
java.lang.Object
sidnet.core.misc.RegionList
public class RegionList
- extends java.lang.Object
Constructor Summary |
RegionList()
Creates a new instance of RegionList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
list
protected java.util.LinkedList<Region> list
RegionList
public RegionList()
- Creates a new instance of RegionList
add
public void add(Region region)
getIndex
public int getIndex(int regionID)
remove
public void remove(int regionID)
removeFrom
public void removeFrom(int index)
getElementAt
public Region getElementAt(int index)
getSize
public int getSize()
getAsLinkedList
public java.util.LinkedList<Region> getAsLinkedList()
getRegionByID
public Region getRegionByID(int regionID)