Class AssertionMap<T extends Assertion<T>>
java.lang.Object
org.apache.groovy.contracts.domain.AssertionMap<T>
- All Implemented Interfaces:
- Iterable<Map.Entry<MethodNode,- T>> 
public class AssertionMap<T extends Assertion<T>>
extends Object
implements Iterable<Map.Entry<MethodNode,T>> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidand(MethodNode methodNode, T assertion) booleancontains(MethodNode methodNode) get(MethodNode methodNode) iterator()voidjoin(MethodNode methodNode, T assertion) voidor(MethodNode methodNode, T assertion) intsize()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator