Class MapBy<KeyType,ValueType>
- java.lang.Object
-
- org.drools.verifier.core.index.query.MapBy<KeyType,ValueType>
-
public class MapBy<KeyType,ValueType> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(KeyType key)java.util.List<ValueType>get(KeyType key)
-