91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

thoughtworks面試題中火車題的答案,此答案并未通過面試,僅供參考

資源截圖

代碼片段和文件信息

package?problemOne;

import?java.util.objects;

/**
?*?Created?by?Liu?xianan?on?2018/6/1.
?*/
public?class?Line?{

????private?Station?from;

????private?Station?to;

????private?Integer?distance;

????public?Line(Station?from?Station?to?Integer?distance)?{
????????this.from?=?from;
????????this.to?=?to;
????????this.distance?=?distance;
????}

????public?Station?getFrom()?{
????????return?from;
????}

????public?void?setFrom(Station?from)?{
????????this.from?=?from;
????}

????public?Station?getTo()?{
????????return?to;
????}

????public?void?setTo(Station?to)?{
????????this.to?=?to;
????}

????public?Integer?getDistance()?{
????????return?distance;
????}

????public?void?setDistance(Integer?distance)?{
????????this.distance?=?distance;
????}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-06-13?18:01??tw-test\
?????目錄???????????0??2018-06-12?15:06??tw-test\.idea\
?????文件?????????626??2018-06-04?14:22??tw-test\.idea\compiler.xml
?????目錄???????????0??2018-06-04?14:22??tw-test\.idea\libraries\
?????文件?????????479??2018-06-04?14:22??tw-test\.idea\libraries\Maven__junit_junit_4_12.xml
?????文件?????????556??2018-06-04?14:22??tw-test\.idea\libraries\Maven__org_hamcrest_hamcrest_core_1_3.xml
?????文件?????????443??2018-06-04?14:22??tw-test\.idea\misc.xml
?????文件?????????254??2018-06-04?14:22??tw-test\.idea\modules.xml
?????文件???????29729??2018-06-12?15:06??tw-test\.idea\workspace.xml
?????文件????????1088??2018-06-02?20:46??tw-test\pom.xml
?????目錄???????????0??2018-06-04?13:07??tw-test\src\
?????目錄???????????0??2018-06-04?13:07??tw-test\src\main\
?????目錄???????????0??2018-06-04?13:07??tw-test\src\main\java\
?????目錄???????????0??2018-06-04?14:20??tw-test\src\main\java\problemOne\
?????文件????????1408??2018-06-01?14:56??tw-test\src\main\java\problemOne\Line.java
?????文件?????????141??2018-06-01?11:38??tw-test\src\main\java\problemOne\NoSuchRouteException.java
?????文件????????1280??2018-06-02?23:16??tw-test\src\main\java\problemOne\Service.java
?????文件????????7660??2018-06-04?14:20??tw-test\src\main\java\problemOne\ServiceImpl.java
?????文件?????????835??2018-06-01?16:56??tw-test\src\main\java\problemOne\Station.java
?????目錄???????????0??2018-06-04?13:07??tw-test\src\main\resources\
?????文件?????????473??2018-06-04?01:32??tw-test\src\main\resources\README.txt
?????目錄???????????0??2018-06-04?13:07??tw-test\src\test\
?????目錄???????????0??2018-06-04?13:07??tw-test\src\test\java\
?????文件????????3243??2018-06-02?23:08??tw-test\src\test\java\ServiceTest.java
?????目錄???????????0??2018-06-04?13:07??tw-test\target\
?????目錄???????????0??2018-06-04?14:30??tw-test\target\classes\
?????文件?????????473??2018-06-04?14:30??tw-test\target\classes\README.txt
?????目錄???????????0??2018-06-04?14:30??tw-test\target\classes\problemOne\
?????文件????????1995??2018-06-04?14:30??tw-test\target\classes\problemOne\Line.class
?????文件?????????317??2018-06-04?14:30??tw-test\target\classes\problemOne\NoSuchRouteException.class
?????文件?????????492??2018-06-04?14:30??tw-test\target\classes\problemOne\Service.class
............此處省略15個文件信息

評論

共有 條評論

相關資源