xpointer.datatype
Class LocationListImpl

java.lang.Object
  |
  +--xpointer.datatype.LocationListImpl
All Implemented Interfaces:
LocationList

public class LocationListImpl
extends java.lang.Object
implements LocationList


Constructor Summary
LocationListImpl()
          Creates new LocationListImpl
 
Method Summary
 void addLocation(Location loc)
           
 int getLength()
           
 Location item(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationListImpl

public LocationListImpl()
Creates new LocationListImpl
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface LocationList

item

public Location item(int i)
Specified by:
item in interface LocationList

addLocation

public void addLocation(Location loc)