Uses of Class
com.cedarsoftware.util.CompactMap.Builder
Packages that use CompactMap.Builder
-
Uses of CompactMap.Builder in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return CompactMap.BuilderModifier and TypeMethodDescriptionstatic <K,V> CompactMap.Builder<K, V> CompactMap.builder()Returns a builder for creating customized CompactMap instances.CompactMap.Builder.caseSensitive(boolean caseSensitive) Sets whether String keys should be compared case-sensitively.CompactMap.Builder.compactSize(int size) Sets the maximum size for compact array storage.CompactMap.Builder.insertionOrder()Configures the map to maintain keys in insertion order.Sets the type of Map to use when size exceeds compact storage threshold.CompactMap.Builder.noOrder()Explicitly configures the map to not maintain any specific ordering.CompactMap.Builder.reverseOrder()Configures the map to maintain keys in reverse sorted order.CompactMap.Builder.singleValueKey(K key) Sets a special key for optimized single-entry storage.CompactMap.Builder.sortedOrder()Configures the map to maintain keys in natural sorted order.Initializes the map with entries from the specified source map.