Searched defs:asList (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzerFactory.java92 this.names = asList(names);
93 this.prefixes = asList(prefixes);
94 this.suffixes = asList(suffixes);
95 this.magics = asList(magics);
112 private static <T> List<T> asList(T[] a) { method in class:FileAnalyzerFactory
116 return Collections.unmodifiableList(Arrays.asList(a));

Completed in 14 milliseconds