Searched refs:InstanceOfPredicate (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DPredicates.java197 return new InstanceOfPredicate(clazz);
424 private static class InstanceOfPredicate class in class:Predicates
428 private InstanceOfPredicate(Class<?> clazz) { method in class:Predicates.InstanceOfPredicate
439 if (obj instanceof InstanceOfPredicate) {
440 InstanceOfPredicate that = (InstanceOfPredicate) obj;

Completed in 1112 milliseconds