All Classes and Interfaces
Class
Description
A partial implementation of a
Matcher
that tests if one TypeMirror
matches another.A
BiPredicate
with particular semantics associated with its Matcher.test(Object, Object)
method.A
Comparator
establishing a partial
order over TypeKind
s such that type variables precede primitive types, primitive types precede array types, and array types precede declared types.A utility class for working with commonly-used qualifiers.
A
Comparator
of TypeMirror
s that establishes a partial order on its arguments, enforcing
only that more specialized types precede less specialized ones.An immutable
AbstractList
of TypeMirror
s sorted in a specific way, intended to store the supertypes of a TypeMirror
.A utility class that assists with working with a
Domain
instance.