Package eu.bandm.tools.ops
Class IndexCounter<T>
java.lang.Object
eu.bandm.tools.ops.IndexCounter<T>
- All Implemented Interfaces:
Serializable
DOCME
- See Also:
-
Constructor Summary
ConstructorDescriptionIndexCounter
(Index<? super T> index) IndexCounter
(Index<? super T> index, int min, int initial) IndexCounter
(IndexCounter<? super T> c) -
Method Summary
-
Constructor Details
-
IndexCounter
-
IndexCounter
-
IndexCounter
-
-
Method Details
-
get
public int get(int i) -
get
-
increment
public int increment(int i) -
increment
-
decrement
public int decrement(int i) -
decrement
-
clear
public void clear()
-