Package com.itextpdf.commons.datastructures


package com.itextpdf.commons.datastructures
  • Class
    Description
    BiMapV>
    A simple bi-directional map.
    Concurrent weak hash map implementation.
    Interface for a simple list abstraction.
    A simple container that can hold a value.
    The class represents a list which allows null elements, but doesn't allocate a memory for them, in the rest of cases it behaves like usual ArrayList and should have the same complexity (because keys are unique integers, so collisions are impossible).
    Portable implementation of ArrayList.
    Tuple2T2>
    Simple tuple container that holds two elements.