java stream limit 0 code example Example: java stream limit items int maxNumberOfElements = 10; list.stream() .limit(maxNumberOfElements);