Changeset 555 in tmcsimulator for trunk/src/tmcsim/client/cadclientgui/data
- Timestamp:
- 01/15/2020 01:01:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/client/cadclientgui/data/CardfileList.java
r3 r555 112 112 return returnList; 113 113 } 114 /** 115 * Used for debugging. 116 * @return the number of items in the list 117 */ 118 public int length() 119 { 120 return list.size(); 121 } 114 122 }
Note: See TracChangeset
for help on using the changeset viewer.
