Connection

公共抽象类 Connection

表示地标连接的值类。

公共构造函数

公共方法

静态 连接
create(int start, int end)
abstract int
end()
abstract int
start()

继承的方法

公共构造函数

public Connection ()

公共方法

public static Connection create (int start, int end)

参数
start
end

public abstract int end ()

public abstract int start ()