Package uk.ac.ebi.utils.collections
package uk.ac.ebi.utils.collections
-
ClassDescriptionThe Alphanum Algorithm is an improved sorting algorithm for strings containing numbers.Utilities about searches over arrays.Collections-related utils.Miscellanea utilities about lists.MapCollection<K,
V> Creates a view of a Map that is a collection.ObjectStore<T,K, V> 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 ofOptionsMap
that is simply based on the delegator pattern and forwards all its operations to an underliningMap
.PaginationIterator<P,E> A generic helper to build a pagination iteration.SortedObjectStore<T,K, V> LikeObjectStore
, but with types and keys kept sorted.Takes an array of iterators and returns an iterator of tuples.A Tuple SpliteratorAllows 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.