Class ColumnCache

  • All Implemented Interfaces:
    java.io.Serializable

    public class ColumnCache
    extends java.lang.Object
    implements java.io.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 Summary

      Constructors 
      Constructor Description
      ColumnCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear​(int start, int end)  
      boolean contains​(int index)  
      SortedValues get​(int index)  
      void put​(int index, SortedValues pool)  
      void remove​(int index)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)