AbstractListIndexOfTester.java | 37 protected abstract int find(Object o); method in class:AbstractListIndexOfTester 48 0, find(getOrderedElements().get(0))); 53 -1, find(samples.e3)); method 59 -1, find(null)); method 67 -1, find(null)); method 77 -1, find(samples.e3)); method 85 getNullLocation(), find(null)); method 91 -1, find(WrongType.VALUE)); method
|