Package speiger.src.collections.longs.lists


package speiger.src.collections.longs.lists
  • Klasse
    Beschreibung
    Abstract implementation of the LongList interface.
    A Type-Specific Array-based implementation of list that is written to reduce (un)boxing
    A Type-Specific Immutable implementation of list that is written to reduce (un)boxing
    A Type-Specific Array-based implementation of list that is written to reduce (un)boxing
    A Type-Specific LinkedList implementation of list that is written to reduce (un)boxing
    A Type Specific List interface that reduces boxing/unboxing and adds a couple extra quality of life features
    A Type Specific ListIterator that reduces boxing/unboxing