Package com.adobe.xfa.ut
Class IntegerHolder
- java.lang.Object
-
- com.adobe.xfa.ut.IntegerHolder
-
public final class IntegerHolder extends java.lang.ObjectA mutable holder class to represent an int value. IntegerHolder objects are useful as out and inout parameters.
-
-
Field Summary
Fields Modifier and Type Field Description intvalueThe int value held by this object.
-
Constructor Summary
Constructors Constructor Description IntegerHolder()Instantiates an IntegerHolder object with the initial value 0.IntegerHolder(int value)Instantiates an IntegerHolder object with the initial value given.
-