- 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 int
compareTo(Frequency other)
static Frequency
of(String item, Integer frequency)
String
toString()
-