You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fluentinterface/src/main/java/com/iluwatar/fluentinterface/fluentiterable/simple/SimpleFluentIterable.java
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
/**
11
11
* This is a simple implementation of the FluentIterable interface. It evaluates
12
12
* all chained operations eagerly.
13
+
* This implementation would be costly to be utilized in real applications.
13
14
* @param <TYPE> the type of the objects the iteration is about
0 commit comments