TypeMirror.@Deprecated public interface TypeMirror
Types may be compared using the utility methods in
Types.
There is no guarantee that any particular type will
always be represented by the same object.
Declaration,
TypesString toString()
boolean equals(Object obj)
equals in class Objectobj - the object to be compared with this typeObject.hashCode(),
HashMapvoid accept(TypeVisitor v)
v - the visitor operating on this type
Copyright © 2004, 2020, Oracle and/or its affiliates. All rights reserved.