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