Changeset 291 for Include/Classes/System/Collections
- Timestamp:
- Aug 15, 2007, 4:24:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Collections/ArrayList.ab
r289 r291 319 319 320 320 Static Function FixedSize(l As IList) As IList 321 Return FixedSize(Adapter(l)) 321 ' TODO: 実装 322 'Return FixedSize(Adapter(l)) 322 323 End Function 323 324 … … 327 328 328 329 Static Function ReadOnly(l As IList) As IList 329 Return ReadOnly(Adapter(l)) 330 ' TODO: 実装 331 'Return ReadOnly(Adapter(l)) 330 332 End Function 331 333 … … 343 345 344 346 Static Function Synchronized(l As IList) As IList 345 Return Synchronized(Adapter(l)) 347 ' TODO: 実装 348 'Return Synchronized(Adapter(l)) 346 349 End Function 347 350
Note:
See TracChangeset
for help on using the changeset viewer.