- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for maxItems (0.05 sec)
-
guava/src/com/google/common/base/Splitter.java
* * @param maxItems the maximum number of items returned * @return a splitter with the desired configuration * @since 9.0 */ public Splitter limit(int maxItems) { checkArgument(maxItems > 0, "must be greater than zero: %s", maxItems); return new Splitter(strategy, omitEmptyStrings, trimmer, maxItems); } /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 21:14:05 UTC 2024 - 24.5K bytes - Viewed (0) -
manifests/charts/base/files/crd-all.gen.yaml
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Nov 01 16:23:52 UTC 2024 - 805K bytes - Viewed (0)