| java.lang.Object com.ibm.icu.dev.test.util.Relation
Relation | public class Relation (Code) | | A Relation is a set of mappings from keys to values.
Unlike Map, there is not guaranteed to be a single value per key.
The Map-like APIs return collections for values.
author: medavis author: TODO To change the template for this generated type comment go to author: Window - Preferences - Java - Code Style - Code Templates |
Inner Class :public interface CollectionFactory | |
Inner Class :public static class CollectionMaker implements CollectionFactory | |
Constructor Summary | |
public | Relation(Map mainMap, CollectionFactory subcollection) |
Relation | public Relation(Map mainMap, CollectionFactory subcollection)(Code) | | |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|