Searched refs:getIncompatibleValues (Results 1 – 2 of 2) sorted by relevance
118 Assert.assertNotNull(window.getIncompatibleValues()); in testGetIncompatibleValues()121 Map<JreDeflateParameters, String> incompatible = brokenWindow.getIncompatibleValues(); in testGetIncompatibleValues()125 Assert.assertTrue(infallible.getIncompatibleValues().isEmpty()); in testGetIncompatibleValues()
286 return getIncompatibleValues().isEmpty(); in isCompatible()297 public Map<JreDeflateParameters, String> getIncompatibleValues() { in getIncompatibleValues() method in DefaultDeflateCompatibilityWindow