org.custommonkey.xmlunit

Class XpathNodeTracker.Int

private final class XpathNodeTracker.Int extends Object

Wrapper class around a mutable int value Avoids creation of many immutable Integer objects
Constructor Summary
Int(int startAt)
Method Summary
intgetValue()
voidincrement()
IntegertoInteger()

Constructor Detail

Int

public Int(int startAt)

Method Detail

getValue

public final int getValue()

increment

public final void increment()

toInteger

public final Integer toInteger()