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