- java.lang.Object
 - 
- jp.cafebabe.birthmarks.entities.Couple<String,Integer>
 - 
- jp.cafebabe.birthmarks.entities.Frequency
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Comparable<Frequency>
public class Frequency extends Couple<String,Integer> implements Comparable<Frequency>
- See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Frequency other)static Frequencyof(String item, Integer frequency)StringtoString() 
 -