Package uk.ac.ebi.utils.collections


package uk.ac.ebi.utils.collections
  • Class
    Description
    The Alphanum Algorithm is an improved sorting algorithm for strings containing numbers.
    Utilities about searches over arrays.
    Collections-related utils.
     
    Miscellanea utilities about lists.
    Creates a view of a Map that is a collection.
    Implements an object store.
    A variant of the map interface that has the purpose of easing the manipulation of options based on string values.
    An implementation of OptionsMap that is simply based on the delegator pattern and forwards all its operations to an underlining Map.
    A generic helper to build a pagination iteration.
    Like ObjectStore, but with types and keys kept sorted.
    Takes an array of iterators and returns an iterator of tuples.
    A Tuple Spliterator
    Allows to type-cast the collection of super-type T1 into the sub-type T (i.e., T extends T1), which is not permitted by the Java generics.