jdk/test/java/util/Collection/IteratorAtEnd.java
changeset 4110 ac033ba6ede4
parent 3708 f838f712922e
child 5506 202f599c92aa
equal deleted inserted replaced
4109:b997a0a1005d 4110:ac033ba6ede4
    47 
    47 
    48         testCollection(new PriorityQueue());
    48         testCollection(new PriorityQueue());
    49         testCollection(new LinkedBlockingQueue());
    49         testCollection(new LinkedBlockingQueue());
    50         testCollection(new ArrayBlockingQueue(100));
    50         testCollection(new ArrayBlockingQueue(100));
    51         testCollection(new ConcurrentLinkedQueue());
    51         testCollection(new ConcurrentLinkedQueue());
    52 //         testCollection(new LinkedTransferQueue());
    52         testCollection(new LinkedTransferQueue());
    53 
    53 
    54         testMap(new HashMap());
    54         testMap(new HashMap());
    55         testMap(new Hashtable());
    55         testMap(new Hashtable());
    56         testMap(new LinkedHashMap());
    56         testMap(new LinkedHashMap());
    57         testMap(new WeakHashMap());
    57         testMap(new WeakHashMap());