Klasse Limit

java.lang.Object
de.sfuhrm.radiobrowser4j.Limit

public final class Limit extends Object
Immutable limit configuration. The limit is used to limit the size of a sub list that can be retrieved.
Autor:
Stephan Fuhrmann
Siehe auch:
  • Methodendetails

    • of

      public static Limit of(int limit)
      Creates a new limit with the given number of entries.
      Parameter:
      limit - the maximum number of entries.
      Gibt zurück:
      the limit instance created.