- java.lang.Object
-
- org.apache.tomcat.util.MutableInteger
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected int |
value |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
int |
get() |
void |
set(int val) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
value
protected int value
-
Constructor Detail
-
MutableInteger
public MutableInteger()
-
Method Detail
-
set
public void set(int val)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.