info.aduna.gee.publication.servlets.util
Class CounterPair
java.lang.Object
info.aduna.gee.publication.servlets.util.CounterPair
- All Implemented Interfaces:
- Comparable
public class CounterPair
- extends Object
- implements Comparable
_key
protected String _key
_value
protected int _value
CounterPair
public CounterPair()
CounterPair
public CounterPair(String key,
int value)
getKey
public String getKey()
getValue
public int getValue()
setValue
public void setValue(int newValue)
compareTo
public int compareTo(Object other)
- Specified by:
compareTo in interface Comparable
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
Copyright © 1997-2008 Aduna. All Rights Reserved.