public class IdentityMap<K>
extends java.util.AbstractMap<K,K>
implements java.util.Map<K,K>
| Constructor and Description |
|---|
IdentityMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<K,K>> |
entrySet() |
K |
get(java.lang.Object obj) |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values