Uses of Class
org.aksw.shellgebra.exec.ListBuilder
Packages that use ListBuilder
-
Uses of ListBuilder in org.aksw.shellgebra.exec
Methods in org.aksw.shellgebra.exec that return ListBuilderModifier and TypeMethodDescriptionListBuilder.addAll(Collection<T> items) ListBuilder.addAllNonNull(T... items) static <T> ListBuilder<T> Convenience method to use ListBuilder.forObject(MyType.class); Alterantive to ListBuilder.of(String[]::new).static <T> ListBuilder<T> ListBuilder.of(IntFunction<T[]> fn) static ListBuilder<String> ListBuilder.ofString()static ListBuilder<String> ListBuilder.ofString(int initialCapacity)