| AnyTypeMatcher |
A TypeMatcher that matches all types.
|
| Archive |
Utility methods for working with zip/jar archives.
|
| Bag<E> |
Simple implementation of a Bag
|
| ClassName |
Utility methods for working with class names.
|
| ClassPathUtil |
Some utility methods for working with the Java class path.
|
| ContainsCamelCaseWordStringMatcher |
A StringMatcher that checks to see if a candidate string (assumed to be a
camel-case word), when broken into components, contains a given word.
|
| DualKeyHashMap<K1,K2,V> |
|
| EditDistance |
|
| ExactStringMatcher |
Exact String-matching predicate.
|
| FractionalMultiset<K> |
|
| FutureValue<V> |
|
| HTML |
|
| JavaWebStart |
|
| LaunchBrowser |
|
| MapCache<K,V> |
Provide a HashMap that can only grow to a specified maximum capacity, with
entries discarded using a LRU policy to keep the size of the HashMap within
that bound.
|
| MergeMap<K,V> |
|
| MergeMap.MaxMap<K,V extends java.lang.Comparable<? super V>> |
|
| MergeMap.MinMap<K,V extends java.lang.Comparable<? super V>> |
|
| MultiMap<K,V> |
|
| Multiset<K> |
|
| NullIterator<E> |
An Iterator that returns no elements.
|
| ProfilingMapCache<K,V> |
|
| RegexStringMatcher |
StringMatcher that matches based on a regular expression.
|
| SplitCamelCaseIdentifier |
Split a camel case identifier into individual words.
|
| Strings |
A class for static String utility methods.
|
| SubtypeTypeMatcher |
Type matcher that determines if a candidate Type is a subtype of a given
Type.
|
| TestDesktopIntegration |
|
| TopologicalSort |
|
| TopologicalSort.OutEdgesCache<E> |
|
| TripleKeyHashMap<K1,K2,K3,V> |
|
| Util |
|
| WriteOnceProperties |
|