Searched refs:CollectionThatThrowsCCE (Results 1 – 2 of 2) sorted by relevance
524 class CollectionThatThrowsCCE<T> extends ArrayList<T> { in testIn_handlesClassCastException() class531 Collection<Integer> nums = new CollectionThatThrowsCCE<Integer>(); in testIn_handlesClassCastException()
738 class CollectionThatThrowsCCE<T> extends ArrayList<T> { in testIn_handlesClassCastException() class745 Collection<Integer> nums = new CollectionThatThrowsCCE<Integer>(); in testIn_handlesClassCastException()