public class MutableInt extends Object
Histogram
protected boolean
flag
protected int
value
MutableInt(int value)
int
decrement()
boolean
equals(Object obj)
getValue()
increment()
isFlag()
void
setFlag(boolean flag)
setValue(int value)
String
toString()
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected int value
protected boolean flag
public MutableInt(int value)
public int getValue()
public void setValue(int value)
public int increment()
public int decrement()
public boolean isFlag()
public void setFlag(boolean flag)
public String toString()
toString
Object
public boolean equals(Object obj)
equals
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.