public class Counter extends Object
| Constructor and Description |
|---|
Counter()
Instantiates a new Counter.
|
Counter(int initial)
Instantiates a new Counter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
next()
Next int.
|
int |
value()
Value int.
|
Copyright © 2014 Boleslav Bobcik - Auderis. All rights reserved.