public class ColumnCache extends Object implements Serializable
Vlookup
.
This class stores the calculated and sorted values of the column to improve the lookup speed.Constructor and Description |
---|
ColumnCache() |
Modifier and Type | Method and 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) |
public boolean contains(int index)
public SortedValues get(int index)
public void put(int index, SortedValues pool)
public void remove(int index)
public void clear(int start, int end)
Copyright © 2020. All rights reserved.