All Implemented Interfaces:
CharSequence
An empty {@code Name} has a length of zero.
In the context of {@linkplain javax.annotation.processing.ProcessingEnvironment annotation processing}, the guarantees for "the same" implementation must include contexts where the {@linkplain javax.annotation.processing API mediated} side effects of {@linkplain javax.annotation.processing.Processor processors} could be visible to each other, including successive annotation processing {@linkplain javax.annotation.processing.RoundEnvironment rounds}.
Joseph
- D. DarcyScott
- SeligmanPeter
- von der Ahé1.6
- Method from javax.lang.model.element.Name Summary: |
---|
contentEquals, equals, hashCode |
Method from javax.lang.model.element.Name Detail: |
---|
|
Note that the identity of a {@code Name} is a function both of its content in terms of a sequence of characters as well as the implementation which created it. |
|