- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {ArrayList a =
new ArrayList<String>()
new ArrayList()
new ArrayList<Object>()
- Smart code suggestions by Codota
}
/** Describes the need for access to the given side inputs. */ public static Requirements requiresSideInputs(Collection<PCollectionView<?>> sideInputs) { return new Requirements(sideInputs); }
/** Describes an empty set of requirements. */ public static Requirements empty() { return new Requirements(Collections.emptyList()); }