-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.common.collection.CollectionUtil.Data
public final class CollectionUtil.Data.ArrayData implements CollectionUtil.Data
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<Integer, CollectionUtil.Data>byIndex
-
Constructor Summary
Constructors Constructor Description CollectionUtil.Data.ArrayData(Integer index, CollectionUtil.Data data)
-
Method Summary
Modifier and Type Method Description final Map<Integer, CollectionUtil.Data>getByIndex()StringtoString()-
-
Constructor Detail
-
CollectionUtil.Data.ArrayData
CollectionUtil.Data.ArrayData(Integer index, CollectionUtil.Data data)
-
-
Method Detail
-
getByIndex
final Map<Integer, CollectionUtil.Data> getByIndex()
-
-
-
-