Package jline.api.mam
Class Map_largemap
java.lang.Object
jline.api.mam.Map_largemap
-
Method Summary
Modifier and TypeMethodDescriptionstatic intReturns the maximum size considered for large MAPs.
-
Method Details
-
map_largemap
public static int 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
-