Package jline.api.mam
Class Map_largemapKt
-
- All Implemented Interfaces:
public final class Map_largemapKt
-
-
Method Summary
Modifier and Type Method Description final static Integer
map_largemap()
Returns the maximum size considered for large MAPs. -
-
Method Detail
-
map_largemap
final static Integer map_largemap()
Returns the maximum size considered for large MAPs.
This method provides a standard size threshold for determining what constitutes a large MAP. This threshold might be used in performance optimizations or to decide when to switch to more efficient algorithms.
- Returns:
the size threshold for large MAPs
-
-
-
-