public class DefaultConstraintServices extends Object implements ConstraintServices
Collection.| Constructor and Description |
|---|
DefaultConstraintServices(Collection<ConstraintService> services)
Create a ConstraintServices object.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ConstraintService> |
iterator() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DefaultConstraintServices(Collection<ConstraintService> services)
services - the constraint services.public Iterator<ConstraintService> iterator()
iterator in interface Iterable<ConstraintService>