Class BlockIntegerList

  • All Implemented Interfaces:
    IntegerListInterface

    public class BlockIntegerList
    extends AbstractBlockIntegerList
    An implementation of AbstractBlockIntegerList that stores all int values in blocks that are entirely stored in main memory. This type of structure is useful for large in-memory lists in which add/remove performance must be fast.
    Author:
    Tobias Downer