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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
and
(MethodNode methodNode, T assertion) boolean
contains
(MethodNode methodNode) get
(MethodNode methodNode) iterator()
void
join
(MethodNode methodNode, T assertion) void
or
(MethodNode methodNode, T assertion) int
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator