Package host.anzo.commons.collection


package host.anzo.commons.collection
  • Classes
    Class
    Description
    A thread-safe implementation of a Set using a ConcurrentHashMap.
    A LinkedHashMap implementation with index-based access to keys and values.
    A utility class that splits a collection into smaller chunks of a specified size.
    A utility class that splits a map into smaller chunks.
    A wrapper over Map that allows you to safely work with different data types.