Class IndexBiMap.StateMap<T,C extends VFXCell<T>>

Enclosing class:
IndexBiMap<K,V>

public static class IndexBiMap.StateMap<T,C extends VFXCell<T>> extends IndexBiMap.StateMapBase<T,T,C>
Extension of IndexBiMap.StateMapBase which uses mappings of type: [Integer -> VFXCell], [T -> Collection<Integer>] and [T -> Integer -> VFXCell].

Used by some VirtualizedFX's containers to store the state of the viewport, allowing high usability of cells, which translates to high performance.

  • Constructor Details

    • StateMap

      public StateMap()