org.w3c.tidy
Class MutableInteger

java.lang.Object
  |
  +--org.w3c.tidy.MutableInteger

public class MutableInteger
extends java.lang.Object

Mutable Integer (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

Version:
1.0, 1999/05/22
Author:
Dave Raggett , Andy Quick (translation to Java)

Field Summary
 int value
           
 
Constructor Summary
MutableInteger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

MutableInteger

public MutableInteger()