Module org.autogui

Class GuiSwingLogEntry.SizeCache

java.lang.Object
org.autogui.swing.log.GuiSwingLogEntry.SizeCache
Enclosing interface:
GuiSwingLogEntry

public static class GuiSwingLogEntry.SizeCache extends Object
the light-weight map between Object to float[]. it supposes the table size is small.
Since:
1.5
  • Constructor Details

    • SizeCache

      public SizeCache(int capacity)
  • Method Details

    • computeIfAbsent

      public float[] computeIfAbsent(Object key, Function<Object,float[]> keyToValue)