List.h改名为ArrayList

This commit is contained in:
hyzboy 2025-04-23 03:22:49 +08:00
parent 5b09bec024
commit 5f6aa10d7c
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#include<hgl/util/csv/CSVParse.h> #include<hgl/util/csv/CSVParse.h>
#include<hgl/type/List.h> #include<hgl/type/ArrayList.h>
#include<hgl/type/Map.h> #include<hgl/type/Map.h>
#include<iostream> #include<iostream>
#include<hgl/2d/BitmapLoad.h> #include<hgl/2d/BitmapLoad.h>

View File

@ -1,5 +1,5 @@
#include<hgl/type/Collection.h> #include<hgl/type/Collection.h>
//#include<hgl/type/List.h> //#include<hgl/type/ArrayList.h>
#include<iostream> #include<iostream>
using namespace hgl; using namespace hgl;

View File

@ -1,5 +1,5 @@
#include<hgl/type/DataChain.h> #include<hgl/type/DataChain.h>
#include<hgl/type/List.h> #include<hgl/type/ArrayList.h>
#include<iostream> #include<iostream>
#include<iomanip> #include<iomanip>
#include<random> #include<random>

View File

@ -15,7 +15,7 @@
*/ */
#include<hgl/type/object/Object.h> #include<hgl/type/object/Object.h>
#include<hgl/type/List.h> #include<hgl/type/ArrayList.h>
#include<tsl/robin_set.h> #include<tsl/robin_set.h>
#include<iostream> #include<iostream>

View File

@ -2,7 +2,7 @@
#include<time.h> #include<time.h>
#include<hgl/type/DataType.h> #include<hgl/type/DataType.h>
#include<hgl/type/SeriesPool.h> #include<hgl/type/SeriesPool.h>
#include<hgl/type/List.h> #include<hgl/type/ArrayList.h>
#include<random> #include<random>
using namespace std; using namespace std;