java.lang.Object
org.autogui.swing.log.GuiSwingLogEntry.SizeCache
- Enclosing interface:
GuiSwingLogEntry
the light-weight map between Object to float[].
it supposes the table size is small.
- Since:
- 1.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat[]
computeIfAbsent
(Object key, Function<Object, float[]> keyToValue)
-
Constructor Details
-
SizeCache
public SizeCache(int capacity)
-
-
Method Details
-
computeIfAbsent
-