MCPcopy Create free account
hub / github.com/antlr/codebuff / toArray

Method toArray

output/java_guava/1.4.18/Types.java:527–529  ·  view source on GitHub ↗
(Collection<Type> types)

Source from the content-addressed store, hash-verified

525 }
526
527 private static Type[] toArray(Collection<Type> types) {
528 return types.toArray(new Type[types.size()]);
529 }
530
531 private static Iterable<Type> filterUpperBounds(Iterable<Type> bounds) {
532 return Iterables.filter(bounds, Predicates.not(Predicates.<Type>equalTo(Object.class)));

Callers 4

getBoundsMethod · 0.45
getLowerBoundsMethod · 0.45
getUpperBoundsMethod · 0.45

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected