public class ObjectIdMap extends IdentityHashMap<Object,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ObjectIdMap() |
Modifier and Type | Method and Description |
---|---|
Object |
findId(Object pojo)
Method that is called to figure out whether we have already
seen given POJO: if yes, we will return its id (first looking
it up as necessary); if not, we will mark down that we have
seen it but return null.
|
void |
insertId(Object pojo,
Object id) |
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
toString
Copyright © 2014-2015 FasterXML. All Rights Reserved.