Class ColumnCache

  • All Implemented Interfaces:
    Serializable

    public class ColumnCache
    extends Object
    implements Serializable
    Performance optimization for Vlookup. This class stores the calculated and sorted values of the column to improve the lookup speed.
    See Also:
    Serialized Form
    • Constructor Detail

      • ColumnCache

        public ColumnCache()
    • Method Detail

      • contains

        public boolean contains​(int index)
      • remove

        public void remove​(int index)
      • clear

        public void clear​(int start,
                          int end)