Class DeltaTriple<T>
java.lang.Object
com.evolveum.midpoint.prism.delta.DeltaTriple<T>
- All Implemented Interfaces:
- DebugDumpable,- Foreachable<T>
Utility class for keeping things in three: plus, zero and minus.
- Author:
- semancik
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondebugDump(int indent) debugDumpNoTitle(StringBuilder sb, int indent) booleanvoidWill call processor for every element in the instance.get(PlusMinusZero mode) getMinus()getPlus()getZero()inthashCode()voidvoidvoidtoString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Constructor Details- 
DeltaTriplepublic DeltaTriple()
- 
DeltaTriple
 
- 
- 
Method Details- 
getPlus
- 
setPlus
- 
getZero
- 
setZero
- 
getMinus
- 
setMinus
- 
get
- 
foreachDescription copied from interface:ForeachableWill call processor for every element in the instance. This is NOT recursive. E.g. in case of collection of collections the processor will NOT be called for elements of the inner collections. If you need recursion please have a look at Visitor.- Specified by:
- foreachin interface- Foreachable<T>
 
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
debugDumpNoTitle
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-