Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.event.impl
Class AssocMap

java.lang.Object
  extended by 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
AssocMap()
           
 
Method Summary
 boolean isPeerOf(String x, String y)
           
 void put(String x, String y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssocMap

public AssocMap()
Method Detail

put

public void put(String x,
                String y)

isPeerOf

public boolean isPeerOf(String x,
                        String y)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.