Package ch.njol.util.coll


@NonNullByDefault({PARAMETER,RETURN_TYPE,FIELD}) package ch.njol.util.coll
  • Interface Summary
    Interface
    Description
    BidiMap<T1,​T2>
     
  • Class Summary
    Class
    Description
    BidiHashMap<T1,​T2>
     
    Utils for collections and arrays.
    A list with fixed size that overrides the oldest elements when new elements are added and no more space is available.