T - The value type.public interface ValueReadHandle<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
get(Object thiz) |
int |
hashCode() |
boolean equals(Object obj)
equals in class Objecttrue if obj is a ValueReadHandle referencing the exact same
value accessor: same API (java.lang.invoke or java.lang.reflect),
same element (same field or method), ...Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.