Package de.sfuhrm.radiobrowser4j
Class Limit
- java.lang.Object
-
- de.sfuhrm.radiobrowser4j.Limit
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Limitof(int limit)Creates a new limit with the given number of entries.
-
-
-
Method Detail
-
of
public static Limit of(int limit)
Creates a new limit with the given number of entries.- Parameters:
limit- the maximum number of entries.- Returns:
- the limit instance created.
-
-