net.walend.collection
Class MapBag.Counter

java.lang.Object
  |
  +--net.walend.collection.MapBag.Counter
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MapBag

private class MapBag.Counter
extends java.lang.Object
implements java.io.Serializable


Field Summary
private  int count
           
 
Constructor Summary
protected MapBag.Counter()
           
 
Method Summary
 void decrement()
           
 int getCount()
           
 void increment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private int count
Constructor Detail

MapBag.Counter

protected MapBag.Counter()
Method Detail

getCount

public int getCount()

increment

public void increment()

decrement

public void decrement()


Copyright (c) 2001, 2002, David Walend