public class LineSide extends Object implements Iterable<LineBusstop>
| 构造器和说明 |
|---|
LineSide() |
LineSide(LineUpDown upDown) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendBusstop(LineBusstop nextBusstop) |
LineBusstop |
checkNextBusstop(IGps gps,
int busstopSerial,
Connection conn) |
int |
getBusstopCnt() |
int |
getBusstopSerial(LineBusstop nextBusstop) |
int |
getBusstopSerialMax() |
boolean |
isFinalBusstop(int busstopSerial) |
Iterator<LineBusstop> |
iterator() |
void |
loadBusstops(List<LineBusstop> busstops) |
String |
toString() |
LineUpDown |
upDown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static LineSide NULL
public LineSide()
public LineSide(LineUpDown upDown)
public void loadBusstops(List<LineBusstop> busstops)
public void appendBusstop(LineBusstop nextBusstop)
public LineBusstop checkNextBusstop(IGps gps, int busstopSerial, Connection conn) throws SQLException
SQLExceptionpublic int getBusstopCnt()
public int getBusstopSerial(LineBusstop nextBusstop)
public boolean isFinalBusstop(int busstopSerial)
public int getBusstopSerialMax()
public LineUpDown upDown()
public Iterator<LineBusstop> iterator()
iterator 在接口中 Iterable<LineBusstop>Copyright © 2022. All rights reserved.