org.infinispan.schematic
Class Schematic.DocumentChanges
java.lang.Object
org.infinispan.schematic.Schematic.DocumentChanges
- All Implemented Interfaces:
- Iterable<Operation>, Changes
- Enclosing class:
- Schematic
protected static class Schematic.DocumentChanges
- extends Object
- implements Changes, Iterable<Operation>
Schematic.DocumentChanges
protected Schematic.DocumentChanges(List<Operation> operations)
clone
public Schematic.DocumentChanges clone()
- Description copied from interface:
Changes
- Obtain a clone of these changes.
- Specified by:
clone
in interface Changes
- Overrides:
clone
in class Object
- Returns:
- the clone of these changes; never null
iterator
public Iterator<Operation> iterator()
- Specified by:
iterator
in interface Iterable<Operation>
isEmpty
public boolean isEmpty()
- Description copied from interface:
Changes
- Determine if there are any changes.
- Specified by:
isEmpty
in interface Changes
- Returns:
- true if there is at least one change, or false if there are none
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.