Searched refs:getCollection (Results 1 – 7 of 7) sorted by relevance
59 Collection c = cp.getCollection(); in testCollectionCertStoreParameters02()104 assertTrue("isRefUsed_1", certificates == cp.getCollection()); in testCollectionCertStoreParametersCollection03()106 assertTrue("isEmpty", cp.getCollection().isEmpty()); in testCollectionCertStoreParametersCollection03()111 assertTrue("isRefUsed_2", certificates.equals(cp.getCollection())); in testCollectionCertStoreParametersCollection03()151 assertTrue(cp1.getCollection() == cp2.getCollection()); in testClone02()165 assertTrue(cp1.getCollection() == cp2.getCollection() && in testClone03()166 cp3.getCollection() == cp2.getCollection()); in testClone03()196 assertNotNull(cp.getCollection()); in testGetCollection01()206 assertNotNull(cp.getCollection()); in testGetCollection02()
472 .getCertStoreParameters()).getCollection(), in testCertStore18()473 ((CollectionCertStoreParameters) dParams).getCollection()); in testCertStore18()480 .getCertStoreParameters()).getCollection(), in testCertStore18()482 .getCollection()); in testCertStore18()492 .getCertStoreParameters()).getCollection(), in testCertStore18()494 .getCollection()); in testCertStore18()
110 public Collection<?> getCollection() { in getCollection() method in CollectionCertStoreParameters
159 SignaturesCollection collection = collector.getCollection(); in analyze()165 result.setAggregatedDependency(topCollector.getCollection()); in analyze()543 return collector.getCollection(); in getSignatureCollection()
171 public SignaturesCollection getCollection() { in getCollection() method in SignaturesCollector
644 SignaturesCollection collection = collector.getCollection(); in run()
8958 method public java.util.Collection<?> getCollection();