Searched defs:three (Results 1 – 11 of 11) sorted by relevance
38 Double three = new Double(3.0); in testGet() local82 Double three = new Double(3.0); in testSet() local112 Double three = new Double(3.0); in testAdd() local142 Double three = new Double(3.0); in testRemove() local208 Double three = new Double(3.0); in testAddAll() local
109 Timestamp three = new Timestamp(now, new MyCertPath(new byte[] { 10, in testHashCode() local
86 CodeSigner three = new CodeSigner(cpath, null); in testEqualsObject() local
73 Element three = (Element) list.item(2); in testGoodFile1() local
65 InterfaceThree three = mThree; in testDerivedThree() local
371 assertSame(q.take(), three); in testRemoveElementAndAdd() local515 assertSame(it.next(), three); in testIteratorRemove() local
478 assertSame(it.next(), three); in testIteratorRemove() local
465 assertSame(it.next(), three); in testDescendingIteratorRemove() local
635 assertSame(it.next(), three); in testIteratorRemove() local
699 assertSame(it.next(), three); in testIteratorRemove() local
487 public static final Integer three = new Integer(3); field in JSR166TestCase