public class MapTypeParametersImpl<K extends Type,V extends Type> extends Object implements MapTypeParameters<K,V>
| Constructor and Description |
|---|
MapTypeParametersImpl(K keyType,
V valueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
K |
getKeyType() |
V |
getValueType() |
int |
hashCode() |
org.eclipse.ocl.pivot.internal.values.MapTypeParametersImpl.Iterator |
iterator() |
int |
parametersSize() |
String |
toString() |
forEach, spliteratorpublic K getKeyType()
getKeyType in interface MapTypeParameters<K extends Type,V extends Type>public V getValueType()
getValueType in interface MapTypeParameters<K extends Type,V extends Type>public org.eclipse.ocl.pivot.internal.values.MapTypeParametersImpl.Iterator iterator()
public int parametersSize()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.