Class MapEntry<K,V>
java.lang.Object
io.usethesource.capsule.util.collection.MapEntry<K,V>
- All Implemented Interfaces:
Serializable, Cloneable, Map.Entry<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key1
-
val1
-
-
Constructor Details
-
MapEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hashCode
-
equals
-
toString
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-