Searched refs:replaceItem (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DList.java393 public synchronized void replaceItem(String newValue, int index) { method in class:List
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java2866 policyList.replaceItem(newCodeBaseStr, listIndex);
3667 @Override @Deprecated public void replaceItem(String string, int index) { method in class:TaggedList
3668 throw new AssertionError("should not call replaceItem in TaggedList");
3671 super.replaceItem(string, index);
3676 // Cannot throw AssertionError, because replaceItem() call remove() internally

Completed in 34 milliseconds