Package org.nuxeo.ecm.core.event.impl
Class AssocMap
- java.lang.Object
-
- org.nuxeo.ecm.core.event.impl.AssocMap
-
public class AssocMap extends Object
A map used to track duplicates.This class is not synchronized on read; this means you need to populate the map before using it.
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description AssocMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPeerOf(String x, String y)
void
put(String x, String y)
-