All Classes and Interfaces

Class
Description
A class that provides static methods to check method arguments, e.g. check if an argument is not null or is an instance of a specific class.
This class is a map with a class as key and a collection of instances of this class as value.
Compares two collections by sorting the content using the element comparator and then compare one element after the other.
Set backed by an IdentityHashMap, like HashSet is backed by a HashMap.
 
Compares two lists in their current order that means it compares the list one element after the other.
THIS IS A UTIL CLASS TO COPY LOCALIZE-PROPERTY FILES.
A memento stores the state of another object called the originator in memory.
An interface that marks an object as one supporting the memento pattern.
Wraps access to a method.
 
A data structure that maps a key to a collection of values.
Creates ArrayList instances as MultiMap values.
Factory for creating collection instances to be used as values in a MultiMap.
Creates HashSet instances as MultiMap values.
Creates HashSet instances as MultiMap values.
MultiMap utilities
This implementation of MultiMap uses a sorted map and set.
Creates TreeSet instances as MultiMap values.
A utility class for streams.
A memento that stores the originator's state as string.
A collection of utility methods for Strings.
A memento that stores the originator's state as XML element.