public class AssocMap extends Object
This class is not synchronized on read; this means you need to populate the map before using it.
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Set<String>> |
peers |
| Constructor and Description |
|---|
AssocMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPeerOf(String x,
String y) |
void |
put(String x,
String y) |
Copyright © 2019 Nuxeo. All rights reserved.