Class ColumnsLayoutCache.LayoutInfoCache

java.lang.Object
java.util.AbstractMap<VFXTableColumn<T,?>,ColumnsLayoutCache<T>.LayoutInfo>
java.util.HashMap<VFXTableColumn<T,?>,ColumnsLayoutCache<T>.LayoutInfo>
io.github.palexdev.virtualizedfx.table.ColumnsLayoutCache.LayoutInfoCache
All Implemented Interfaces:
Serializable, Cloneable, Map<VFXTableColumn<T,?>,ColumnsLayoutCache<T>.LayoutInfo>
Enclosing class:
ColumnsLayoutCache<T>

public class ColumnsLayoutCache.LayoutInfoCache extends HashMap<VFXTableColumn<T,?>,ColumnsLayoutCache<T>.LayoutInfo>
Nothing special, just an extension of HashMap to store data about columns' layout as ColumnsLayoutCache<T>.LayoutInfo objects.

Makes the variable declaration shorted and offers a bunch of convenience methods, that's all.

See Also: