Uses of Class
au.gov.tas.dpiwe.mr.util.MutableInteger

Packages that use MutableInteger
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of MutableInteger in au.gov.tas.dpiwe.mr.util
 

Subclasses of MutableInteger in au.gov.tas.dpiwe.mr.util
 class IntegerRange
          The IntegerRange class represents a range of integer values.
 

Methods in au.gov.tas.dpiwe.mr.util that return MutableInteger
 MutableInteger MutableInteger.setInt(int i)
          Changes the int primitive value of this MutableInteger object.
 

Methods in au.gov.tas.dpiwe.mr.util with parameters of type MutableInteger
static CharSequence Strings.obfuscateCoded(CharSequence line, MutableInteger inCodeObject, MutableInteger maxDepthThisMethodObject, MutableBoolean inInitializerObject, MutableBoolean inSlashStarObject, MutableBoolean inClassCommentObject, CharSequence lastLine, boolean obfuscateInitializers)
          This method replaces all Java source code appearing within each second level blocks (e.g. method blocks, inner class blocks) with the dummy code provided.
static StringBuffer Strings.obfuscateCoded(StringBuffer line, MutableInteger inCodeObject, MutableInteger maxDepthThisMethodObject, MutableBoolean inInitializerObject, MutableBoolean inSlashStarObject, MutableBoolean inClassCommentObject, CharSequence lastLine, boolean obfuscateInitializers)
          This method replaces all Java source code appearing within each second level blocks (e.g. method blocks, inner class blocks) with the dummy code provided.
static String Strings.obfuscateCoded(String line, MutableInteger inCodeObject, MutableInteger maxDepthThisMethodObject, MutableBoolean inInitializerObject, MutableBoolean inSlashStarObject, MutableBoolean inClassCommentObject, CharSequence lastLine, boolean obfuscateInitializers)
          This method replaces all Java source code appearing within each second level blocks (e.g. method blocks, inner class blocks) with the dummy code provided.