Package eu.bandm.tools.util.nonnull
Class MapProxy.NonNullMapEntry<A,B>
java.lang.Object
eu.bandm.tools.util.nonnull.MapProxy.NonNullMapEntry<A,B>
- Type Parameters:
A- the type of the keysB- the type of the values
- All Implemented Interfaces:
Map.Entry<A,B>
Proxy, not directy accessible by the user.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
peer
The object from JDK runtime which makes the real work.
-
-
Constructor Details
-
NonNullMapEntry
Not directly accessible by the user.- Parameters:
peer- The object from JDK runtime which makes the real work.
-
-
Method Details
-
equals
-
getKey
-
getValue
-
hashCode
public int hashCode() -
setValue
-