public class IndexMap<T> extends Object
| Constructor and Description |
|---|
IndexMap() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getList()
Return the value list.
|
int |
put(T item)
Put the value into map and returns the index.
|
Copyright © 2023. All rights reserved.